Index: chrome/common/pref_store.h |
diff --git a/chrome/common/pref_store.h b/chrome/common/pref_store.h |
index 192ce14baee8177f2dc1490c489ee2f5ca656391..7011eba30dcd51ce8dab7657bb036a53b56175c0 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; |