Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / renderer_context_menu / spellchecker_submenu_observer.h
index 7d54bae..23b7e86 100644 (file)
@@ -22,14 +22,14 @@ class SpellCheckerSubMenuObserver : public RenderViewContextMenuObserver {
   SpellCheckerSubMenuObserver(RenderViewContextMenuProxy* proxy,
                               ui::SimpleMenuModel::Delegate* delegate,
                               int group);
-  virtual ~SpellCheckerSubMenuObserver();
+  ~SpellCheckerSubMenuObserver() override;
 
   // RenderViewContextMenuObserver implementation.
-  virtual void InitMenu(const content::ContextMenuParams& params) OVERRIDE;
-  virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
-  virtual bool IsCommandIdChecked(int command_id) OVERRIDE;
-  virtual bool IsCommandIdEnabled(int command_id) OVERRIDE;
-  virtual void ExecuteCommand(int command_id) OVERRIDE;
+  void InitMenu(const content::ContextMenuParams& params) override;
+  bool IsCommandIdSupported(int command_id) override;
+  bool IsCommandIdChecked(int command_id) override;
+  bool IsCommandIdEnabled(int command_id) override;
+  void ExecuteCommand(int command_id) override;
 
  private:
   // The interface for adding a submenu to the parent.