diff options
Diffstat (limited to 'chrome/common/pref_store.h')
| -rw-r--r-- | chrome/common/pref_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_store.h b/chrome/common/pref_store.h index 192ce14..7011eba 100644 --- a/chrome/common/pref_store.h +++ b/chrome/common/pref_store.h @@ -55,7 +55,7 @@ class PrefStore { // DictionaryValue. Instead, it should have getters that return a // richer set of information for a pref, including if the store // wants to return the default value for a preference. - virtual DictionaryValue* prefs() = 0; + virtual DictionaryValue* prefs() const = 0; virtual PrefReadError ReadPrefs() = 0; |
