Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / ash / launcher / chrome_launcher_app_menu_item_browser.h
index 293e2c1..33558ec 100644 (file)
@@ -22,17 +22,17 @@ class ChromeLauncherAppMenuItemBrowser : public content::NotificationObserver,
                                    const gfx::Image* icon,
                                    Browser* browser,
                                    bool has_leading_separator);
-  virtual ~ChromeLauncherAppMenuItemBrowser();
+  ~ChromeLauncherAppMenuItemBrowser() override;
 
-  virtual bool IsActive() const OVERRIDE;
-  virtual bool IsEnabled() const OVERRIDE;
-  virtual void Execute(int event_flags) OVERRIDE;
+  bool IsActive() const override;
+  bool IsEnabled() const override;
+  void Execute(int event_flags) override;
 
  private:
   // content::NotificationObserver.
-  virtual void Observe(int type,
-                       const content::NotificationSource& source,
-                       const content::NotificationDetails& details) OVERRIDE;
+  void Observe(int type,
+               const content::NotificationSource& source,
+               const content::NotificationDetails& details) override;
 
   // The browser which is associated which this item.
   Browser* browser_;