| Index: components/policy/core/browser/browser_policy_connector_ios.mm
|
| diff --git a/components/policy/core/browser/browser_policy_connector_ios.mm b/components/policy/core/browser/browser_policy_connector_ios.mm
|
| index 5a11238b962b23064151595526fd9cd4c885e70a..51d41c57e1288d7df3888b169abc6d59a6ed37ff 100644
|
| --- a/components/policy/core/browser/browser_policy_connector_ios.mm
|
| +++ b/components/policy/core/browser/browser_policy_connector_ios.mm
|
| @@ -24,15 +24,15 @@ class DeviceManagementServiceConfiguration
|
|
|
| virtual ~DeviceManagementServiceConfiguration() {}
|
|
|
| - virtual std::string GetServerUrl() OVERRIDE {
|
| + virtual std::string GetServerUrl() override {
|
| return BrowserPolicyConnector::GetDeviceManagementUrl();
|
| }
|
|
|
| - virtual std::string GetAgentParameter() OVERRIDE {
|
| + virtual std::string GetAgentParameter() override {
|
| return user_agent_;
|
| }
|
|
|
| - virtual std::string GetPlatformParameter() OVERRIDE {
|
| + virtual std::string GetPlatformParameter() override {
|
| std::string os_name = base::SysInfo::OperatingSystemName();
|
| std::string os_hardware = base::SysInfo::OperatingSystemArchitecture();
|
| std::string os_version("-");
|
|
|