| Index: base/prefs/pref_notifier_impl.h
|
| diff --git a/base/prefs/pref_notifier_impl.h b/base/prefs/pref_notifier_impl.h
|
| index 655203d06dbc767bdbff76bb569ebe8380a82f95..bdabddd031cccb167d5bb5482f2b1f24ecabc4f2 100644
|
| --- a/base/prefs/pref_notifier_impl.h
|
| +++ b/base/prefs/pref_notifier_impl.h
|
| @@ -41,8 +41,8 @@ class BASE_PREFS_EXPORT PrefNotifierImpl
|
|
|
| protected:
|
| // PrefNotifier overrides.
|
| - virtual void OnPreferenceChanged(const std::string& pref_name) OVERRIDE;
|
| - virtual void OnInitializationCompleted(bool succeeded) OVERRIDE;
|
| + void OnPreferenceChanged(const std::string& pref_name) override;
|
| + void OnInitializationCompleted(bool succeeded) override;
|
|
|
| // A map from pref names to a list of observers. Observers get fired in the
|
| // order they are added. These should only be accessed externally for unit
|
|
|