| Index: chrome/browser/ui/gtk/global_menu_bar.h
|
| diff --git a/chrome/browser/ui/gtk/global_menu_bar.h b/chrome/browser/ui/gtk/global_menu_bar.h
|
| index a0bf446820f4312ed3c49accc396fa9d2cc431b8..602fc6de9ecb701b2dfe38bc4beb5bdb7f14bbe4 100644
|
| --- a/chrome/browser/ui/gtk/global_menu_bar.h
|
| +++ b/chrome/browser/ui/gtk/global_menu_bar.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <map>
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/command_updater.h"
|
| #include "chrome/browser/prefs/pref_change_registrar.h"
|
| @@ -66,12 +67,12 @@ class GlobalMenuBar : public CommandUpdater::CommandObserver,
|
| GtkWidget* menu_to_add_to);
|
|
|
| // CommandUpdater::CommandObserver:
|
| - virtual void EnabledStateChangedForCommand(int id, bool enabled);
|
| + virtual void EnabledStateChangedForCommand(int id, bool enabled) OVERRIDE;
|
|
|
| // content::NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Updates the visibility of the bookmark bar on pref changes.
|
| void OnBookmarkBarVisibilityChanged();
|
|
|