| Index: chrome/browser/prefs/pref_set_observer.h
|
| diff --git a/chrome/browser/prefs/pref_set_observer.h b/chrome/browser/prefs/pref_set_observer.h
|
| index 557bd8390e0610c24c76df240a605cdc67954f7e..acf02f3ae7ec10397146e2e3682f40301fcb8cab 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_;
|
|
|