| Index: base/prefs/pref_store_observer_mock.h
|
| diff --git a/base/prefs/pref_store_observer_mock.h b/base/prefs/pref_store_observer_mock.h
|
| index 594807f31e0acb4f69446d687cab5553df877a26..de7cc9d480547aede4d3de3f66c83af400c6c2ad 100644
|
| --- a/base/prefs/pref_store_observer_mock.h
|
| +++ b/base/prefs/pref_store_observer_mock.h
|
| @@ -21,8 +21,8 @@ class PrefStoreObserverMock : public PrefStore::Observer {
|
| void VerifyAndResetChangedKey(const std::string& expected);
|
|
|
| // PrefStore::Observer implementation
|
| - virtual void OnPrefValueChanged(const std::string& key) OVERRIDE;
|
| - virtual void OnInitializationCompleted(bool success) OVERRIDE;
|
| + virtual void OnPrefValueChanged(const std::string& key) override;
|
| + virtual void OnInitializationCompleted(bool success) override;
|
|
|
| std::vector<std::string> changed_keys;
|
| bool initialized;
|
|
|