diff options
Diffstat (limited to 'base/prefs/pref_store_observer_mock.h')
-rw-r--r-- | base/prefs/pref_store_observer_mock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/prefs/pref_store_observer_mock.h b/base/prefs/pref_store_observer_mock.h index 594807f..de7cc9d 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; |