| Index: chrome/browser/policy/device_policy_cache.h
|
| diff --git a/chrome/browser/policy/device_policy_cache.h b/chrome/browser/policy/device_policy_cache.h
|
| index 248824c800de0c1b4ce49be7c707c125a1fd8279..d777c034dda39be82ec1b3b7421de789285375c3 100644
|
| --- a/chrome/browser/policy/device_policy_cache.h
|
| +++ b/chrome/browser/policy/device_policy_cache.h
|
| @@ -25,8 +25,8 @@ namespace em = enterprise_management;
|
| class DevicePolicyCache : public CloudPolicyCacheBase,
|
| public chromeos::SignedSettingsHelper::Callback {
|
| public:
|
| - explicit DevicePolicyCache(CloudPolicyDataStore* data_store,
|
| - EnterpriseInstallAttributes* install_attributes);
|
| + DevicePolicyCache(CloudPolicyDataStore* data_store,
|
| + EnterpriseInstallAttributes* install_attributes);
|
| virtual ~DevicePolicyCache();
|
|
|
| // CloudPolicyCacheBase implementation:
|
|
|