Index: ash/system/overview/overview_button_tray.h |
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h |
index 32feb0c60b4ecfbc2a5f1b421a4a1a28011a49ef..5511bdc39c20b7a8ca354e6505f37e0be9943f5b 100644 |
--- a/ash/system/overview/overview_button_tray.h |
+++ b/ash/system/overview/overview_button_tray.h |
@@ -31,18 +31,18 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView, |
virtual void UpdateAfterLoginStatusChange(user::LoginStatus status); |
// ActionableView: |
- virtual bool PerformAction(const ui::Event& event) OVERRIDE; |
+ virtual bool PerformAction(const ui::Event& event) override; |
// ShellObserver: |
- virtual void OnMaximizeModeStarted() OVERRIDE; |
- virtual void OnMaximizeModeEnded() OVERRIDE; |
+ virtual void OnMaximizeModeStarted() override; |
+ virtual void OnMaximizeModeEnded() override; |
// TrayBackgroundView: |
- virtual bool ClickedOutsideBubble() OVERRIDE; |
- virtual base::string16 GetAccessibleNameForTray() OVERRIDE; |
+ virtual bool ClickedOutsideBubble() override; |
+ virtual base::string16 GetAccessibleNameForTray() override; |
virtual void HideBubbleWithView( |
- const views::TrayBubbleView* bubble_view) OVERRIDE; |
- virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE; |
+ const views::TrayBubbleView* bubble_view) override; |
+ virtual void SetShelfAlignment(ShelfAlignment alignment) override; |
private: |
friend class OverviewButtonTrayTest; |