Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / android / shortcut_helper.h
index fda61b8..7c7b749 100644 (file)
@@ -79,8 +79,8 @@ class ShortcutHelper : public content::WebContentsObserver {
       const favicon_base::FaviconRawBitmapResult& bitmap_result);
 
   // WebContentsObserver
-  virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
-  virtual void WebContentsDestroyed() OVERRIDE;
+  virtual bool OnMessageReceived(const IPC::Message& message) override;
+  virtual void WebContentsDestroyed() override;
 
   // Adds a shortcut to the launcher using a FaviconRawBitmapResult.
   // Must be called from a WorkerPool task.