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

Unified Diff: ash/system/chromeos/supervised/tray_supervised_user.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
Index: ash/system/chromeos/supervised/tray_supervised_user.h
diff --git a/ash/system/chromeos/supervised/tray_supervised_user.h b/ash/system/chromeos/supervised/tray_supervised_user.h
index 5d07d25feb4e5371546f4f861fb12d180bf955a6..f19b752419d3ada0c549bfcb188c7f02ee031dd4 100644
--- a/ash/system/chromeos/supervised/tray_supervised_user.h
+++ b/ash/system/chromeos/supervised/tray_supervised_user.h
@@ -25,12 +25,12 @@ class ASH_EXPORT TraySupervisedUser : public SystemTrayItem,
void UpdateMessage();
// Overridden from SystemTrayItem.
- virtual views::View* CreateDefaultView(user::LoginStatus status) OVERRIDE;
- virtual void DestroyDefaultView() OVERRIDE;
- virtual void UpdateAfterLoginStatusChange(user::LoginStatus status) OVERRIDE;
+ virtual views::View* CreateDefaultView(user::LoginStatus status) override;
+ virtual void DestroyDefaultView() override;
+ virtual void UpdateAfterLoginStatusChange(user::LoginStatus status) override;
// Overridden from ViewClickListener.
- virtual void OnViewClicked(views::View* sender) OVERRIDE;
+ virtual void OnViewClicked(views::View* sender) override;
private:
friend class TraySupervisedUserTest;
« no previous file with comments | « ash/system/chromeos/settings/tray_settings.cc ('k') | ash/system/chromeos/supervised/tray_supervised_user_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698