| Index: chrome/browser/ui/prefs/prefs_tab_helper.h
|
| diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.h b/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| index f97410d864ec9e412d8b734c55185e9fa913e2a4..45b6569f23729afb8dfac00aa4386b0b85c230e9 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| @@ -45,7 +45,7 @@ class PrefsTabHelper : public content::NotificationObserver,
|
| // content::NotificationObserver overrides:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // Update the WebContents's RendererPreferences.
|
| void UpdateRendererPreferences();
|
|
|