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

Unified Diff: ash/system/chromeos/power/tray_power.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/chromeos/power/power_status_view_unittest.cc ('k') | ash/system/chromeos/power/tray_power.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/power/tray_power.h
diff --git a/ash/system/chromeos/power/tray_power.h b/ash/system/chromeos/power/tray_power.h
index 3bd0b201453d973a6e1067dad89b20aec82eabf9..a0623fc90b56298cc402ef4cb5b272acf907afd0 100644
--- a/ash/system/chromeos/power/tray_power.h
+++ b/ash/system/chromeos/power/tray_power.h
@@ -68,19 +68,19 @@ class ASH_EXPORT TrayPower : public SystemTrayItem,
};
// Overridden from SystemTrayItem.
- virtual views::View* CreateTrayView(user::LoginStatus status) OVERRIDE;
- virtual views::View* CreateDefaultView(user::LoginStatus status) OVERRIDE;
+ virtual views::View* CreateTrayView(user::LoginStatus status) override;
+ virtual views::View* CreateDefaultView(user::LoginStatus status) override;
virtual views::View* CreateNotificationView(
- user::LoginStatus status) OVERRIDE;
- virtual void DestroyTrayView() OVERRIDE;
- virtual void DestroyDefaultView() OVERRIDE;
- virtual void DestroyNotificationView() OVERRIDE;
- virtual void UpdateAfterLoginStatusChange(user::LoginStatus status) OVERRIDE;
+ user::LoginStatus status) override;
+ virtual void DestroyTrayView() override;
+ virtual void DestroyDefaultView() override;
+ virtual void DestroyNotificationView() override;
+ virtual void UpdateAfterLoginStatusChange(user::LoginStatus status) override;
virtual void UpdateAfterShelfAlignmentChange(
- ShelfAlignment alignment) OVERRIDE;
+ ShelfAlignment alignment) override;
// Overridden from PowerStatus::Observer.
- virtual void OnPowerStatusChanged() OVERRIDE;
+ virtual void OnPowerStatusChanged() override;
// Show a notification that a low-power USB charger has been connected.
// Returns true if a notification was shown or explicitly hidden.
« no previous file with comments | « ash/system/chromeos/power/power_status_view_unittest.cc ('k') | ash/system/chromeos/power/tray_power.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698