| Index: base/prefs/pref_value_store.h
|
| diff --git a/base/prefs/pref_value_store.h b/base/prefs/pref_value_store.h
|
| index 1c85ca7b45aa192436572ac2e30e4aec564d34ff..a6917bbbd49203d50672e9f87ed89a5f85bed046 100644
|
| --- a/base/prefs/pref_value_store.h
|
| +++ b/base/prefs/pref_value_store.h
|
| @@ -161,8 +161,8 @@ class BASE_PREFS_EXPORT PrefValueStore {
|
|
|
| private:
|
| // PrefStore::Observer implementation.
|
| - virtual void OnPrefValueChanged(const std::string& key) OVERRIDE;
|
| - virtual void OnInitializationCompleted(bool succeeded) OVERRIDE;
|
| + void OnPrefValueChanged(const std::string& key) override;
|
| + void OnInitializationCompleted(bool succeeded) override;
|
|
|
| // PrefValueStore this keeper is part of.
|
| PrefValueStore* pref_value_store_;
|
|
|