Index: ash/first_run/first_run_helper_impl.h |
diff --git a/ash/first_run/first_run_helper_impl.h b/ash/first_run/first_run_helper_impl.h |
index 399376785497854e2198dd44382147546370b4d8..fbee996a1384c4f06f7cc31b56d3bfc626f44750 100644 |
--- a/ash/first_run/first_run_helper_impl.h |
+++ b/ash/first_run/first_run_helper_impl.h |
@@ -21,22 +21,22 @@ class FirstRunHelperImpl : public FirstRunHelper, |
virtual ~FirstRunHelperImpl(); |
// Overriden from FirstRunHelper. |
- virtual views::Widget* GetOverlayWidget() OVERRIDE; |
- virtual void OpenAppList() OVERRIDE; |
- virtual void CloseAppList() OVERRIDE; |
- virtual gfx::Rect GetLauncherBounds() OVERRIDE; |
- virtual gfx::Rect GetAppListButtonBounds() OVERRIDE; |
- virtual gfx::Rect GetAppListBounds() OVERRIDE; |
- virtual void OpenTrayBubble() OVERRIDE; |
- virtual void CloseTrayBubble() OVERRIDE; |
- virtual bool IsTrayBubbleOpened() OVERRIDE; |
- virtual gfx::Rect GetTrayBubbleBounds() OVERRIDE; |
- virtual gfx::Rect GetHelpButtonBounds() OVERRIDE; |
+ virtual views::Widget* GetOverlayWidget() override; |
+ virtual void OpenAppList() override; |
+ virtual void CloseAppList() override; |
+ virtual gfx::Rect GetLauncherBounds() override; |
+ virtual gfx::Rect GetAppListButtonBounds() override; |
+ virtual gfx::Rect GetAppListBounds() override; |
+ virtual void OpenTrayBubble() override; |
+ virtual void CloseTrayBubble() override; |
+ virtual bool IsTrayBubbleOpened() override; |
+ virtual gfx::Rect GetTrayBubbleBounds() override; |
+ virtual gfx::Rect GetHelpButtonBounds() override; |
// Overriden from 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; |
private: |
views::Widget* widget_; |