Index: chrome/common/json_pref_store.h |
diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h |
index 0407d1e3226059e45ffe1eb225e1f6aa7e4fff6d..44f5c8cfc509b6e9b1621a0f1dbb172a29022bc0 100644 |
--- a/chrome/common/json_pref_store.h |
+++ b/chrome/common/json_pref_store.h |
@@ -29,7 +29,7 @@ class JsonPrefStore : public PrefStore, |
virtual ~JsonPrefStore(); |
// PrefStore methods: |
- virtual bool ReadOnly() { return read_only_; } |
+ virtual bool ReadOnly() const { return read_only_; } |
virtual DictionaryValue* prefs() const { return prefs_.get(); } |