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

Unified Diff: ash/system/user/accounts_detailed_view.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_update.cc ('k') | ash/system/user/button_from_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/accounts_detailed_view.h
diff --git a/ash/system/user/accounts_detailed_view.h b/ash/system/user/accounts_detailed_view.h
index 24dbd8930104bbe2cbd6ba7be511cfc5bb7b883e..533a2c6eb2eca9ad437f908e7e6b039ea6d17ffc 100644
--- a/ash/system/user/accounts_detailed_view.h
+++ b/ash/system/user/accounts_detailed_view.h
@@ -35,14 +35,14 @@ class AccountsDetailedView : public TrayDetailsView,
private:
// Overridden from ViewClickListener.
- virtual void OnViewClicked(views::View* sender) OVERRIDE;
+ virtual void OnViewClicked(views::View* sender) override;
// Overridden from views::ButtonListener.
virtual void ButtonPressed(views::Button* sender,
- const ui::Event& event) OVERRIDE;
+ const ui::Event& event) override;
// Overridden from ash::tray::UserAccountsDelegate::Observer.
- virtual void AccountListChanged() OVERRIDE;
+ virtual void AccountListChanged() override;
void AddHeader(user::LoginStatus login_status);
void AddAccountList();
« no previous file with comments | « ash/system/tray_update.cc ('k') | ash/system/user/button_from_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698