| 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 b5c4854827832355ee3c2fc94b845197fdb8be77..82212baee2fed225afeb0f7beeec7face795035b 100644
|
| --- a/chrome/browser/ui/gtk/global_menu_bar.h
|
| +++ b/chrome/browser/ui/gtk/global_menu_bar.h
|
| @@ -10,10 +10,10 @@
|
| #include "chrome/browser/command_updater.h"
|
| #include "chrome/browser/ui/gtk/global_bookmark_menu.h"
|
| #include "chrome/browser/ui/gtk/global_history_menu.h"
|
| -#include "chrome/browser/ui/gtk/owned_widget_gtk.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
| +#include "ui/base/gtk/owned_widget_gtk.h"
|
|
|
| class Browser;
|
| struct GlobalMenuBarCommand;
|
| @@ -80,7 +80,7 @@ class GlobalMenuBar : public CommandUpdater::CommandObserver,
|
| NotificationRegistrar registrar_;
|
|
|
| // Our menu bar widget.
|
| - OwnedWidgetGtk menu_bar_;
|
| + ui::OwnedWidgetGtk menu_bar_;
|
|
|
| // Listens to the TabRestoreService and the HistoryService and keeps the
|
| // history menu fresh.
|
|
|