| Index: chrome/browser/ui/gtk/constrained_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| index 700f47cce6fea0dd23ca080c064b6cbe5e2ff6e5..efc3c5b3c56070c474230c8c82d28df029032668 100644
|
| --- a/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| @@ -10,9 +10,9 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/task.h"
|
| -#include "chrome/browser/ui/gtk/owned_widget_gtk.h"
|
| #include "content/browser/tab_contents/constrained_window.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
| +#include "ui/base/gtk/owned_widget_gtk.h"
|
|
|
| class TabContents;
|
| typedef struct _GdkColor GdkColor;
|
| @@ -90,7 +90,7 @@ class ConstrainedWindowGtk : public ConstrainedWindow {
|
| TabContents* owner_;
|
|
|
| // The top level widget container that exports to our TabContentsView.
|
| - OwnedWidgetGtk border_;
|
| + ui::OwnedWidgetGtk border_;
|
|
|
| // Delegate that provides the contents of this constrained window.
|
| ConstrainedWindowGtkDelegate* delegate_;
|
|
|