Index: components/signin/core/browser/account_reconcilor.h |
diff --git a/components/signin/core/browser/account_reconcilor.h b/components/signin/core/browser/account_reconcilor.h |
index 8d52dde6ed5db3f7cb8adf72e6e92fe41dd37a9c..2b7f5ac408b5389cffc3f9c661c0b4cb1da36d24 100644 |
--- a/components/signin/core/browser/account_reconcilor.h |
+++ b/components/signin/core/browser/account_reconcilor.h |
@@ -51,7 +51,7 @@ class AccountReconcilor : public KeyedService, |
void OnNewProfileManagementFlagChanged(bool new_flag_status); |
// KeyedService implementation. |
- virtual void Shutdown() OVERRIDE; |
+ virtual void Shutdown() override; |
// Add or remove observers for the merge session notification. |
void AddMergeSessionObserver(MergeSessionHelper::Observer* observer); |
@@ -138,24 +138,24 @@ class AccountReconcilor : public KeyedService, |
void OnCookieChanged(const net::CanonicalCookie* cookie); |
// Overriden from GaiaAuthConsumer. |
- virtual void OnListAccountsSuccess(const std::string& data) OVERRIDE; |
+ virtual void OnListAccountsSuccess(const std::string& data) override; |
virtual void OnListAccountsFailure(const GoogleServiceAuthError& error) |
- OVERRIDE; |
+ override; |
// Overriden from MergeSessionHelper::Observer. |
virtual void MergeSessionCompleted(const std::string& account_id, |
const GoogleServiceAuthError& error) |
- OVERRIDE; |
+ override; |
// Overriden from OAuth2TokenService::Observer. |
- virtual void OnEndBatchChanges() OVERRIDE; |
+ virtual void OnEndBatchChanges() override; |
// Overriden from SigninManagerBase::Observer. |
virtual void GoogleSigninSucceeded(const std::string& account_id, |
const std::string& username, |
- const std::string& password) OVERRIDE; |
+ const std::string& password) override; |
virtual void GoogleSignedOut(const std::string& account_id, |
- const std::string& username) OVERRIDE; |
+ const std::string& username) override; |
void MayBeDoNextListAccounts(); |