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

Unified Diff: components/signin/core/browser/account_reconcilor.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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: 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();
« no previous file with comments | « components/signin/core/browser/about_signin_internals.h ('k') | components/signin/core/browser/account_service_flag_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698