Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / menu / menu_runner_impl.h
index 9df132a..7da4a2c 100644 (file)
@@ -27,22 +27,22 @@ class MenuRunnerImpl : public MenuRunnerImplInterface,
  public:
   explicit MenuRunnerImpl(MenuItemView* menu);
 
-  virtual bool IsRunning() const OVERRIDE;
-  virtual void Release() OVERRIDE;
-  virtual MenuRunner::RunResult RunMenuAt(Widget* parent,
-                                          MenuButton* button,
-                                          const gfx::Rect& bounds,
-                                          MenuAnchorPosition anchor,
-                                          int32 run_types) OVERRIDE;
-  virtual void Cancel() OVERRIDE;
-  virtual base::TimeDelta GetClosingEventTime() const OVERRIDE;
+  bool IsRunning() const override;
+  void Release() override;
+  MenuRunner::RunResult RunMenuAt(Widget* parent,
+                                  MenuButton* button,
+                                  const gfx::Rect& bounds,
+                                  MenuAnchorPosition anchor,
+                                  int32 run_types) override;
+  void Cancel() override;
+  base::TimeDelta GetClosingEventTime() const override;
 
   // MenuControllerDelegate:
-  virtual void DropMenuClosed(NotifyType type, MenuItemView* menu) OVERRIDE;
-  virtual void SiblingMenuCreated(MenuItemView* menu) OVERRIDE;
+  void DropMenuClosed(NotifyType type, MenuItemView* menu) override;
+  void SiblingMenuCreated(MenuItemView* menu) override;
 
  private:
-  virtual ~MenuRunnerImpl();
+  ~MenuRunnerImpl() override;
 
   // Cleans up after the menu is no longer showing. |result| is the menu that
   // the user selected, or NULL if nothing was selected.