| Index: chrome/common/json_pref_store.h
|
| diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h
|
| index 52118897f9b1187713c018b811a680998c92d024..0407d1e3226059e45ffe1eb225e1f6aa7e4fff6d 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();
|
|
|
|
|