| Index: components/policy/core/common/cloud/cloud_policy_refresh_scheduler.h
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.h b/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.h
|
| index efdb37b40e3a088e84838ac4edbe676e81eba036..0febc4827c129d3ba0f6f8d01e9fa4cda480471d 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.h
|
| @@ -68,16 +68,16 @@ class POLICY_EXPORT CloudPolicyRefreshScheduler
|
| }
|
|
|
| // CloudPolicyClient::Observer:
|
| - 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;
|
|
|
| // CloudPolicyStore::Observer:
|
| - virtual void OnStoreLoaded(CloudPolicyStore* store) OVERRIDE;
|
| - virtual void OnStoreError(CloudPolicyStore* store) OVERRIDE;
|
| + virtual void OnStoreLoaded(CloudPolicyStore* store) override;
|
| + virtual void OnStoreError(CloudPolicyStore* store) override;
|
|
|
| // net::NetworkChangeNotifier::IPAddressObserver:
|
| - virtual void OnIPAddressChanged() OVERRIDE;
|
| + virtual void OnIPAddressChanged() override;
|
|
|
| private:
|
| // Initializes |last_refresh_| to the policy timestamp from |store_| in case
|
|
|