| Index: components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
|
| index 81f10f01f53d975905857bc56b480c809b0c5093..26d8b539df436351d16f18e2d21e325c60ff0d6c 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
|
| @@ -75,14 +75,14 @@ class POLICY_EXPORT CloudPolicyClientRegistrationHelper
|
|
|
| // UserInfoFetcher::Delegate implementation:
|
| virtual void OnGetUserInfoSuccess(
|
| - const base::DictionaryValue* response) OVERRIDE;
|
| + const base::DictionaryValue* response) override;
|
| virtual void OnGetUserInfoFailure(
|
| - const GoogleServiceAuthError& error) OVERRIDE;
|
| + const GoogleServiceAuthError& error) override;
|
|
|
| // CloudPolicyClient::Observer implementation:
|
| - virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
|
| - virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
|
| - virtual void OnClientError(CloudPolicyClient* client) OVERRIDE;
|
| + virtual void OnPolicyFetched(CloudPolicyClient* client) override;
|
| + virtual void OnRegistrationStateChanged(CloudPolicyClient* client) override;
|
| + virtual void OnClientError(CloudPolicyClient* client) override;
|
|
|
| // Invoked when the registration request has been completed.
|
| void RequestCompleted();
|
|
|