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

Unified Diff: components/signin/core/browser/signin_oauth_helper.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/signin_oauth_helper.h
diff --git a/components/signin/core/browser/signin_oauth_helper.h b/components/signin/core/browser/signin_oauth_helper.h
index 977d54b64c25b647992e2248235c6a6bebd2e0f2..fa361a131a35accbfbda807c8b4725d0bcd86131 100644
--- a/components/signin/core/browser/signin_oauth_helper.h
+++ b/components/signin/core/browser/signin_oauth_helper.h
@@ -42,15 +42,15 @@ class SigninOAuthHelper : public GaiaAuthConsumer {
private:
// Overridden from GaiaAuthConsumer.
- virtual void OnClientOAuthSuccess(const ClientOAuthResult& result) OVERRIDE;
+ virtual void OnClientOAuthSuccess(const ClientOAuthResult& result) override;
virtual void OnClientOAuthFailure(const GoogleServiceAuthError& error)
- OVERRIDE;
- virtual void OnClientLoginSuccess(const ClientLoginResult& result) OVERRIDE;
+ override;
+ virtual void OnClientLoginSuccess(const ClientLoginResult& result) override;
virtual void OnClientLoginFailure(const GoogleServiceAuthError& error)
- OVERRIDE;
- virtual void OnGetUserInfoSuccess(const UserInfoMap& data) OVERRIDE;
+ override;
+ virtual void OnGetUserInfoSuccess(const UserInfoMap& data) override;
virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error)
- OVERRIDE;
+ override;
GaiaAuthFetcher gaia_auth_fetcher_;
std::string refresh_token_;
« no previous file with comments | « components/signin/core/browser/signin_manager_base.h ('k') | components/signin/core/browser/signin_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698