| Index: chrome/browser/policy/cloud_policy_cache.h
|
| diff --git a/chrome/browser/policy/cloud_policy_cache.h b/chrome/browser/policy/cloud_policy_cache.h
|
| index 5e7745aa612ed349e74284da9182f12dbcfe0424..ce7965b5ab4c65505484fe5e44ca3978eb916d28 100644
|
| --- a/chrome/browser/policy/cloud_policy_cache.h
|
| +++ b/chrome/browser/policy/cloud_policy_cache.h
|
| @@ -52,7 +52,7 @@ class CloudPolicyCache : public base::NonThreadSafe {
|
| void LoadFromFile();
|
|
|
| // Resets the policy information.
|
| - void SetPolicy(const em::CloudPolicyResponse& policy);
|
| + void SetPolicy(const em::PolicyFetchResponse& policy);
|
| void SetDevicePolicy(const em::DevicePolicyResponse& policy);
|
|
|
| ConfigurationPolicyProvider* GetManagedPolicyProvider();
|
| @@ -85,7 +85,7 @@ class CloudPolicyCache : public base::NonThreadSafe {
|
| // maps and a timestamp. Also performs verification, returns NULL if any
|
| // check fails.
|
| static bool DecodePolicyResponse(
|
| - const em::CloudPolicyResponse& policy_response,
|
| + const em::PolicyFetchResponse& policy_response,
|
| PolicyMap* mandatory,
|
| PolicyMap* recommended,
|
| base::Time* timestamp);
|
|
|