| Index: ui/views/touchui/touch_editing_menu.h
|
| diff --git a/ui/views/touchui/touch_editing_menu.h b/ui/views/touchui/touch_editing_menu.h
|
| index 19f0d34a664997212f00bb05b8ee30c64f2c305e..0dfff49b2950f02d9bed564127014dd6c50156b3 100644
|
| --- a/ui/views/touchui/touch_editing_menu.h
|
| +++ b/ui/views/touchui/touch_editing_menu.h
|
| @@ -58,13 +58,13 @@ class VIEWS_EXPORT TouchEditingMenuView : public BubbleDelegateView,
|
| gfx::NativeView context);
|
|
|
| // views::WidgetDelegate overrides:
|
| - virtual void WindowClosing() OVERRIDE;
|
| + virtual void WindowClosing() override;
|
|
|
| // Overridden from ButtonListener.
|
| - virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
|
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) override;
|
|
|
| // Overridden from BubbleDelegateView.
|
| - virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void OnPaint(gfx::Canvas* canvas) override;
|
|
|
| // Queries the |controller_| for what elements to show in the menu and sizes
|
| // the menu appropriately.
|
|
|