Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / linux / xwalk_extension_process_launcher.h
index 776293a..7b39494 100644 (file)
@@ -25,7 +25,7 @@ class XWalkExtensionProcessLauncher: public base::Thread {
   ~XWalkExtensionProcessLauncher();
 
   // Implement base::Thread.
-  virtual void CleanUp() OVERRIDE;
+  void CleanUp() override;
 
   // Will be called in launcher's main thread.
   void Launch(const std::string& channel_id, int channel_fd);