| Index: chrome/browser/prefs/dummy_pref_store.h
|
| diff --git a/chrome/browser/prefs/dummy_pref_store.h b/chrome/browser/prefs/dummy_pref_store.h
|
| index ebf92fc95bb8119945cc4df91f5b8834d6605b49..4a4e6bacda183bd0cda0bfdb9fe459905bf66d7e 100644
|
| --- a/chrome/browser/prefs/dummy_pref_store.h
|
| +++ b/chrome/browser/prefs/dummy_pref_store.h
|
| @@ -17,10 +17,9 @@ class DictionaryValue;
|
| class DummyPrefStore : public PrefStore {
|
| public:
|
| DummyPrefStore();
|
| -
|
| virtual ~DummyPrefStore() {}
|
|
|
| - virtual DictionaryValue* prefs() { return prefs_.get(); }
|
| + virtual DictionaryValue* prefs() const { return prefs_.get(); }
|
|
|
| virtual PrefStore::PrefReadError ReadPrefs();
|
|
|
|
|