| Index: ash/keyboard_overlay/keyboard_overlay_view.h
|
| diff --git a/ash/keyboard_overlay/keyboard_overlay_view.h b/ash/keyboard_overlay/keyboard_overlay_view.h
|
| index 2fb0a59ee75e8c51b9439a071b6ac049c464a703..52045b53fa9eb8379f34698af85370bfff69f3a8 100644
|
| --- a/ash/keyboard_overlay/keyboard_overlay_view.h
|
| +++ b/ash/keyboard_overlay/keyboard_overlay_view.h
|
| @@ -41,9 +41,9 @@ class ASH_WITH_CONTENT_EXPORT KeyboardOverlayView
|
| virtual ~KeyboardOverlayView();
|
|
|
| // Overridden from ash::OverlayEventFilter::Delegate:
|
| - virtual void Cancel() OVERRIDE;
|
| - virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE;
|
| - virtual aura::Window* GetWindow() OVERRIDE;
|
| + virtual void Cancel() override;
|
| + virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) override;
|
| + virtual aura::Window* GetWindow() override;
|
|
|
| // Shows the keyboard overlay.
|
| static void ShowDialog(content::BrowserContext* context,
|
| @@ -55,7 +55,7 @@ class ASH_WITH_CONTENT_EXPORT KeyboardOverlayView
|
| FRIEND_TEST_ALL_PREFIXES(KeyboardOverlayViewTest, NoRedundantCancelingKeys);
|
|
|
| // Overridden from views::WidgetDelegate:
|
| - virtual void WindowClosing() OVERRIDE;
|
| + virtual void WindowClosing() override;
|
|
|
| static void GetCancelingKeysForTesting(
|
| std::vector<KeyEventData>* canceling_keys);
|
|
|