Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: ash/system/overview/overview_button_tray.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/locale/locale_notification_controller.cc ('k') | ash/system/status_area_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/system/locale/locale_notification_controller.cc ('k') | ash/system/status_area_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698