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

Unified Diff: chrome/browser/json_pref_store.h

Issue 1692011: Implementation of managed policy: Policy Abstraction (Closed)
Patch Set: check no changes Created 10 years, 7 months 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
« no previous file with comments | « chrome/browser/dummy_pref_store.h ('k') | chrome/browser/json_pref_store_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/json_pref_store.h
diff --git a/chrome/browser/json_pref_store.h b/chrome/browser/json_pref_store.h
index 762424484368e7b6f4a3d2bd9310ce6009f80529..2bf9e22d1dfe5334352b1842fedf2181c828bcc9 100644
--- a/chrome/browser/json_pref_store.h
+++ b/chrome/browser/json_pref_store.h
@@ -23,7 +23,7 @@ class JsonPrefStore : public PrefStore,
// PrefStore methods:
virtual bool ReadOnly() { return read_only_; }
- virtual DictionaryValue* Prefs() { return prefs_.get(); }
+ virtual DictionaryValue* prefs() { return prefs_.get(); }
virtual PrefReadError ReadPrefs();
« no previous file with comments | « chrome/browser/dummy_pref_store.h ('k') | chrome/browser/json_pref_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698