| Index: components/prefs/testing_pref_store.h
 | 
| diff --git a/components/prefs/testing_pref_store.h b/components/prefs/testing_pref_store.h
 | 
| index 2bf2c8f72b113e8ac4b47be402efbe7df2ebc603..2e685e4fde6ae109de739d1b61a041fb96d6f8cf 100644
 | 
| --- a/components/prefs/testing_pref_store.h
 | 
| +++ b/components/prefs/testing_pref_store.h
 | 
| @@ -25,6 +25,7 @@ class TestingPrefStore : public PersistentPrefStore {
 | 
|    // Overriden from PrefStore.
 | 
|    bool GetValue(const std::string& key,
 | 
|                  const base::Value** result) const override;
 | 
| +  std::unique_ptr<base::DictionaryValue> GetValues() const override;
 | 
|    void AddObserver(PrefStore::Observer* observer) override;
 | 
|    void RemoveObserver(PrefStore::Observer* observer) override;
 | 
|    bool HasObservers() const override;
 | 
| 
 |