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

Unified Diff: ash/system/user/accounts_detailed_view.h

Issue 683473005: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 533a2c6eb2eca9ad437f908e7e6b039ea6d17ffc..7fabcc32166aaab8fdb0560e5d961f95303cd383 100644
--- a/ash/system/user/accounts_detailed_view.h
+++ b/ash/system/user/accounts_detailed_view.h
@@ -31,18 +31,17 @@ class AccountsDetailedView : public TrayDetailsView,
public ash::tray::UserAccountsDelegate::Observer {
public:
AccountsDetailedView(TrayUser* owner, user::LoginStatus login_status);
- virtual ~AccountsDetailedView();
+ ~AccountsDetailedView() override;
private:
// Overridden from ViewClickListener.
- virtual void OnViewClicked(views::View* sender) override;
+ void OnViewClicked(views::View* sender) override;
// Overridden from views::ButtonListener.
- virtual void ButtonPressed(views::Button* sender,
- const ui::Event& event) override;
+ void ButtonPressed(views::Button* sender, const ui::Event& event) override;
// Overridden from ash::tray::UserAccountsDelegate::Observer.
- virtual void AccountListChanged() override;
+ 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