| Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| index 4e380a7fac92617b6862b6e9c6c0fb311474d23c..808cf44a979b4caefb4b1b281cb270d7044476c1 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| @@ -18,7 +18,6 @@
|
| #include "chrome/browser/ui/gtk/browser_window_gtk.h"
|
| #include "chrome/browser/ui/gtk/constrained_window_gtk.h"
|
| #include "chrome/browser/ui/gtk/gtk_expanded_container.h"
|
| -#include "chrome/browser/ui/gtk/gtk_floating_container.h"
|
| #include "chrome/browser/ui/gtk/gtk_util.h"
|
| #include "chrome/browser/ui/gtk/sad_tab_gtk.h"
|
| #include "chrome/browser/ui/gtk/tab_contents_drag_source.h"
|
| @@ -31,6 +30,7 @@
|
| #include "content/browser/tab_contents/tab_contents_delegate.h"
|
| #include "content/common/content_notification_types.h"
|
| #include "content/common/notification_source.h"
|
| +#include "ui/base/gtk/gtk_floating_container.h"
|
| #include "ui/gfx/point.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/size.h"
|
|
|