| Index: chrome/browser/policy/configuration_policy_provider.h
|
| diff --git a/chrome/browser/policy/configuration_policy_provider.h b/chrome/browser/policy/configuration_policy_provider.h
|
| index e3989b99c2252c10176485b2822c1c85ca5d1b65..6d5cc7c68007bad6f9d22544161eba1b9c705022 100644
|
| --- a/chrome/browser/policy/configuration_policy_provider.h
|
| +++ b/chrome/browser/policy/configuration_policy_provider.h
|
| @@ -53,7 +53,7 @@ class ConfigurationPolicyProvider {
|
| virtual void NotifyStoreOfPolicyChange();
|
|
|
| // Decodes the value tree and writes the configuration to the given |store|.
|
| - void DecodePolicyValueTree(DictionaryValue* policies,
|
| + void DecodePolicyValueTree(const DictionaryValue* policies,
|
| ConfigurationPolicyStoreInterface* store);
|
| protected:
|
| const PolicyDefinitionList* policy_definition_list() const {
|
|
|