| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc
|
| index d79f6f597d5adf8cd4faac636f4b8692c729e7ef..f0566e65698a2da547373012178c48c81590bcfc 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc
|
| @@ -5,12 +5,12 @@
|
| #include "chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h"
|
|
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/renderer_host/render_widget_host_view_gtk.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/tab_contents/native_tab_contents_view_delegate.h"
|
| #include "chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.h"
|
| +#include "content/browser/renderer_host/render_widget_host_view_gtk.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/browser/tab_contents/tab_contents_view.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDragData.h"
|
|
|