| Index: chrome/browser/ui/gtk/overflow_button.h
|
| diff --git a/chrome/browser/ui/gtk/overflow_button.h b/chrome/browser/ui/gtk/overflow_button.h
|
| index 9f4f09910fe7b85f14fdce8da84a2b3d28bfec78..2028b3b1ddc18a2e07cadf2bf7da8d43fdac830d 100644
|
| --- a/chrome/browser/ui/gtk/overflow_button.h
|
| +++ b/chrome/browser/ui/gtk/overflow_button.h
|
| @@ -6,9 +6,9 @@
|
| #define CHROME_BROWSER_UI_GTK_OVERFLOW_BUTTON_H_
|
| #pragma once
|
|
|
| -#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/owned_widget_gtk.h"
|
|
|
| typedef struct _GtkWidget GtkWidget;
|
| class Profile;
|
| @@ -28,7 +28,7 @@ class OverflowButton : public NotificationObserver {
|
| const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
| - OwnedWidgetGtk widget_;
|
| + ui::OwnedWidgetGtk widget_;
|
|
|
| Profile* profile_;
|
|
|
|
|