| Index: chrome/browser/policy/file_based_policy_provider.h
|
| diff --git a/chrome/browser/policy/file_based_policy_provider.h b/chrome/browser/policy/file_based_policy_provider.h
|
| index 2f3dfaef88227f47181ec32a3a2bca5cd9e227bf..49af11f15301c02c6ec98e1b160e9d02a10a0d36 100644
|
| --- a/chrome/browser/policy/file_based_policy_provider.h
|
| +++ b/chrome/browser/policy/file_based_policy_provider.h
|
| @@ -64,12 +64,12 @@ class FileBasedPolicyProvider
|
| virtual ~FileBasedPolicyProvider();
|
|
|
| // ConfigurationPolicyProvider implementation.
|
| - virtual bool Provide(ConfigurationPolicyStore* store);
|
| + virtual bool Provide(ConfigurationPolicyStoreInterface* store);
|
|
|
| private:
|
| // Decodes the value tree and writes the configuration to the given |store|.
|
| void DecodePolicyValueTree(DictionaryValue* policies,
|
| - ConfigurationPolicyStore* store);
|
| + ConfigurationPolicyStoreInterface* store);
|
|
|
| // Watches for changes to the configuration directory.
|
| scoped_refptr<FileBasedPolicyWatcher> watcher_;
|
|
|