Index: chrome/browser/ui/gtk/tab_contents_drag_source.cc |
diff --git a/chrome/browser/ui/gtk/tab_contents_drag_source.cc b/chrome/browser/ui/gtk/tab_contents_drag_source.cc |
index c29dfa3fc5a102c7ecfac17b8969b650a5f8b5f0..74cfca9ff161ef882cae0032ebca4a6ac870f1f9 100644 |
--- a/chrome/browser/ui/gtk/tab_contents_drag_source.cc |
+++ b/chrome/browser/ui/gtk/tab_contents_drag_source.cc |
@@ -10,7 +10,6 @@ |
#include "base/mime_util.h" |
#include "base/threading/thread_restrictions.h" |
#include "base/utf_string_conversions.h" |
-#include "content/browser/content_browser_client.h" |
#include "content/browser/download/drag_download_file.h" |
#include "content/browser/download/drag_download_util.h" |
#include "content/browser/renderer_host/render_view_host.h" |
@@ -18,6 +17,7 @@ |
#include "content/browser/tab_contents/drag_utils_gtk.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/browser/tab_contents/tab_contents_view.h" |
+#include "content/public/browser/content_browser_client.h" |
#include "net/base/file_stream.h" |
#include "net/base/net_util.h" |
#include "ui/base/dragdrop/gtk_dnd_util.h" |