Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / browser_child_process_host.h
index 078eb86..b243678 100644 (file)
@@ -38,7 +38,7 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
       int process_type,
       BrowserChildProcessHostDelegate* delegate);
 
-  virtual ~BrowserChildProcessHost() {}
+  ~BrowserChildProcessHost() override {}
 
   // Derived classes call this to launch the child process asynchronously.
   // Takes ownership of |cmd_line| and |delegate|.