Index: components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc |
diff --git a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc |
index 24b92934fbd226d4beb9725017d5b324cf74e01e..46ddb17571a5214ecd1bb5bbc68f254bc16b8e0b 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc |
+++ b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc |
@@ -46,9 +46,9 @@ class CloudPolicyClientRegistrationHelper::TokenServiceHelper |
// 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; |
StringCallback callback_; |
scoped_ptr<OAuth2TokenService::Request> token_request_; |
@@ -108,9 +108,9 @@ class CloudPolicyClientRegistrationHelper::LoginTokenHelper |
private: |
// OAuth2AccessTokenConsumer implementation: |
virtual void OnGetTokenSuccess(const std::string& access_token, |
- const base::Time& expiration_time) OVERRIDE; |
+ const base::Time& expiration_time) override; |
virtual void OnGetTokenFailure( |
- const GoogleServiceAuthError& error) OVERRIDE; |
+ const GoogleServiceAuthError& error) override; |
StringCallback callback_; |
scoped_ptr<OAuth2AccessTokenFetcher> oauth2_access_token_fetcher_; |