Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / host / win / worker_process_launcher.h
index 03fd45b..a61b755 100644 (file)
@@ -102,7 +102,7 @@ class WorkerProcessLauncher
 
   // base::win::ObjectWatcher::Delegate implementation used to watch for
   // the worker process exiting.
-  virtual void OnObjectSignaled(HANDLE object) OVERRIDE;
+  virtual void OnObjectSignaled(HANDLE object) override;
 
   // Returns true when the object is being destroyed.
   bool stopping() const { return ipc_handler_ == NULL; }