Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1865)

Unified Diff: chrome/browser/policy/file_based_policy_provider.h

Issue 3774003: Cleanup and style guideline conformance for policy implementation (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: fix windows build and tests Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/policy/dummy_configuration_policy_provider.h ('k') | chrome/browser/policy/file_based_policy_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698