diff options
Diffstat (limited to 'chrome/browser/prefs/pref_set_observer.h')
| -rw-r--r-- | chrome/browser/prefs/pref_set_observer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/prefs/pref_set_observer.h b/chrome/browser/prefs/pref_set_observer.h index 557bd83..acf02f3 100644 --- a/chrome/browser/prefs/pref_set_observer.h +++ b/chrome/browser/prefs/pref_set_observer.h @@ -46,7 +46,7 @@ class PrefSetObserver : public content::NotificationObserver { // Overridden from content::NotificationObserver. virtual void Observe(int type, const content::NotificationSource& source, - const content::NotificationDetails& details); + const content::NotificationDetails& details) OVERRIDE; typedef std::set<std::string> PrefSet; PrefSet prefs_; |
