Index: chrome/browser/prefs/pref_notifier_impl.h |
diff --git a/chrome/browser/prefs/pref_notifier_impl.h b/chrome/browser/prefs/pref_notifier_impl.h |
index b16ad1144fa02f0701cf2c5377c6fe4be433200a..e687a569ba9a46456f14e566b1c99c97419df19e 100644 |
--- a/chrome/browser/prefs/pref_notifier_impl.h |
+++ b/chrome/browser/prefs/pref_notifier_impl.h |
@@ -32,8 +32,8 @@ class PrefNotifierImpl : public PrefNotifier, |
void RemovePrefObserver(const char* path, content::NotificationObserver* obs); |
// PrefNotifier overrides. |
- virtual void OnPreferenceChanged(const std::string& pref_name); |
- virtual void OnInitializationCompleted(bool succeeded); |
+ virtual void OnPreferenceChanged(const std::string& pref_name) OVERRIDE; |
+ virtual void OnInitializationCompleted(bool succeeded) OVERRIDE; |
protected: |
// A map from pref names to a list of observers. Observers get fired in the |