| Index: components/policy/core/common/cloud/device_management_service.h
|
| diff --git a/components/policy/core/common/cloud/device_management_service.h b/components/policy/core/common/cloud/device_management_service.h
|
| index d76405e6d9e3d8336cc33ae84010b3ce77d52c44..e5029031fa90c5983ae442e6f917e620e77a8b6f 100644
|
| --- a/components/policy/core/common/cloud/device_management_service.h
|
| +++ b/components/policy/core/common/cloud/device_management_service.h
|
| @@ -140,7 +140,7 @@ class POLICY_EXPORT DeviceManagementService : public net::URLFetcherDelegate {
|
| void Shutdown();
|
|
|
| // Gets the URL that the DMServer requests are sent to.
|
| - std::string GetServerURL();
|
| + std::string GetServerUrl();
|
|
|
| private:
|
| typedef std::map<const net::URLFetcher*,
|
|
|