Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: chrome/browser/prefs/pref_notifier_impl.h

Issue 8614003: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prefs/pref_member.h ('k') | chrome/browser/prefs/pref_set_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/prefs/pref_member.h ('k') | chrome/browser/prefs/pref_set_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698