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

Unified Diff: ash/system/tray_update.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/tray_accessibility.h ('k') | ash/system/tray_update.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray_update.h
diff --git a/ash/system/tray_update.h b/ash/system/tray_update.h
index d6212c058930fffc63a715bfde340757dd77db69..e9fcba9def2098a64e4c0e4b67190bcca7bcf95e 100644
--- a/ash/system/tray_update.h
+++ b/ash/system/tray_update.h
@@ -27,13 +27,13 @@ class TrayUpdate : public TrayImageItem,
private:
// Overridden from TrayImageItem.
- virtual bool GetInitialVisibility() OVERRIDE;
- virtual views::View* CreateDefaultView(user::LoginStatus status) OVERRIDE;
- virtual views::View* CreateDetailedView(user::LoginStatus status) OVERRIDE;
- virtual void DestroyDetailedView() OVERRIDE;
+ virtual bool GetInitialVisibility() override;
+ virtual views::View* CreateDefaultView(user::LoginStatus status) override;
+ virtual views::View* CreateDetailedView(user::LoginStatus status) override;
+ virtual void DestroyDetailedView() override;
// Overridden from UpdateObserver.
- virtual void OnUpdateRecommended(UpdateSeverity severity) OVERRIDE;
+ virtual void OnUpdateRecommended(UpdateSeverity severity) override;
// Used to nag the user in case the tray has been hidden too long with an
// unseen update notification.
« no previous file with comments | « ash/system/tray_accessibility.h ('k') | ash/system/tray_update.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698