| Index: components/policy/core/common/cloud/mock_device_management_service.h
|
| diff --git a/components/policy/core/common/cloud/mock_device_management_service.h b/components/policy/core/common/cloud/mock_device_management_service.h
|
| index 407046a0c6c913d11e5c6690ca50884c6da3bb98..84e3e83ac19f44c04d44a083c5c607f0689b86f1 100644
|
| --- a/components/policy/core/common/cloud/mock_device_management_service.h
|
| +++ b/components/policy/core/common/cloud/mock_device_management_service.h
|
| @@ -31,9 +31,9 @@ class MockDeviceManagementServiceConfiguration
|
| const std::string& server_url);
|
| virtual ~MockDeviceManagementServiceConfiguration();
|
|
|
| - virtual std::string GetServerUrl() OVERRIDE;
|
| - virtual std::string GetAgentParameter() OVERRIDE;
|
| - virtual std::string GetPlatformParameter() OVERRIDE;
|
| + virtual std::string GetServerUrl() override;
|
| + virtual std::string GetAgentParameter() override;
|
| + virtual std::string GetPlatformParameter() override;
|
|
|
| private:
|
| const std::string server_url_;
|
|
|