Index: chrome/browser/sync/profile_sync_auth_provider.h |
diff --git a/chrome/browser/sync/profile_sync_auth_provider.h b/chrome/browser/sync/profile_sync_auth_provider.h |
index 5ffbc9c094cbd8054a903969a0b426c664265396..f87d721bb5209d58d18179efb607bace5ba3166e 100644 |
--- a/chrome/browser/sync/profile_sync_auth_provider.h |
+++ b/chrome/browser/sync/profile_sync_auth_provider.h |
@@ -31,9 +31,9 @@ class ProfileSyncAuthProvider : public OAuth2TokenService::Consumer, |
// OAuth2TokenService::Consumer implementation. |
virtual void OnGetTokenSuccess(const OAuth2TokenService::Request* request, |
const std::string& access_token, |
- const base::Time& expiration_time) OVERRIDE; |
+ const base::Time& expiration_time) override; |
virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request, |
- const GoogleServiceAuthError& error) OVERRIDE; |
+ const GoogleServiceAuthError& error) override; |
// Request access token from OAuth2TokenService. Once access token is received |
// result should be posted to callback on task_runner thread. |