| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc (revision 71810)
|
| +++ chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc (working copy)
|
| @@ -11,8 +11,6 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/download/download_shelf.h"
|
| -#include "chrome/browser/gtk/constrained_window_gtk.h"
|
| -#include "chrome/browser/gtk/tab_contents_drag_source.h"
|
| #include "chrome/browser/renderer_host/render_view_host.h"
|
| #include "chrome/browser/renderer_host/render_view_host_factory.h"
|
| #include "chrome/browser/renderer_host/render_widget_host_view_gtk.h"
|
| @@ -20,6 +18,8 @@
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/browser/tab_contents/tab_contents_delegate.h"
|
| #include "chrome/browser/tab_contents/web_drag_dest_gtk.h"
|
| +#include "chrome/browser/ui/gtk/constrained_window_gtk.h"
|
| +#include "chrome/browser/ui/gtk/tab_contents_drag_source.h"
|
| #include "chrome/browser/ui/views/sad_tab_view.h"
|
| #include "chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h"
|
| #include "gfx/canvas_skia_paint.h"
|
|
|