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

Unified Diff: chrome/browser/ui/ash/user_accounts_delegate_chromeos.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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: chrome/browser/ui/ash/user_accounts_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/user_accounts_delegate_chromeos.h b/chrome/browser/ui/ash/user_accounts_delegate_chromeos.h
index 6a0dd5d05f41e3bea427dca3d6b2b617a4604684..41ef5f6aec6d0292b795fc3780d1310bcf1909f0 100644
--- a/chrome/browser/ui/ash/user_accounts_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/user_accounts_delegate_chromeos.h
@@ -21,16 +21,16 @@ class UserAccountsDelegateChromeOS : public ash::tray::UserAccountsDelegate,
virtual ~UserAccountsDelegateChromeOS();
// Overridden from ash::tray::UserAccountsDelegate:
- virtual std::string GetPrimaryAccountId() OVERRIDE;
- virtual std::vector<std::string> GetSecondaryAccountIds() OVERRIDE;
+ virtual std::string GetPrimaryAccountId() override;
+ virtual std::vector<std::string> GetSecondaryAccountIds() override;
virtual std::string GetAccountDisplayName(
- const std::string& account_id) OVERRIDE;
- virtual void DeleteAccount(const std::string& account_id) OVERRIDE;
- virtual void LaunchAddAccountDialog() OVERRIDE;
+ const std::string& account_id) override;
+ virtual void DeleteAccount(const std::string& account_id) override;
+ virtual void LaunchAddAccountDialog() override;
// Overridden from OAuth2TokenServiceObserver:
- virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
- virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
+ virtual void OnRefreshTokenAvailable(const std::string& account_id) override;
+ virtual void OnRefreshTokenRevoked(const std::string& account_id) override;
private:
Profile* user_profile_;
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_win.cc ('k') | chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698