| 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 808cf44a979b4caefb4b1b281cb270d7044476c1..92c737c8af419fd166b8d1655d9894e0a456f6e5 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| @@ -15,9 +15,7 @@
|
| #include "build/build_config.h"
|
| #include "chrome/browser/tab_contents/render_view_context_menu_gtk.h"
|
| #include "chrome/browser/tab_contents/web_drag_dest_gtk.h"
|
| -#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_util.h"
|
| #include "chrome/browser/ui/gtk/sad_tab_gtk.h"
|
| #include "chrome/browser/ui/gtk/tab_contents_drag_source.h"
|
| @@ -30,6 +28,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_expanded_container.h"
|
| #include "ui/base/gtk/gtk_floating_container.h"
|
| #include "ui/gfx/point.h"
|
| #include "ui/gfx/rect.h"
|
|
|