summaryrefslogtreecommitdiffstats
path: root/chrome/common/json_pref_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/json_pref_store.h')
-rw-r--r--chrome/common/json_pref_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h
index 5211889..0407d1e 100644
--- a/chrome/common/json_pref_store.h
+++ b/chrome/common/json_pref_store.h
@@ -31,7 +31,7 @@ class JsonPrefStore : public PrefStore,
// PrefStore methods:
virtual bool ReadOnly() { return read_only_; }
- virtual DictionaryValue* prefs() { return prefs_.get(); }
+ virtual DictionaryValue* prefs() const { return prefs_.get(); }
virtual PrefReadError ReadPrefs();