Index: chrome/browser/download/drag_download_file.cc |
=================================================================== |
--- chrome/browser/download/drag_download_file.cc (revision 76326) |
+++ chrome/browser/download/drag_download_file.cc (working copy) |
@@ -6,11 +6,11 @@ |
#include "base/file_util.h" |
#include "base/message_loop.h" |
-#include "chrome/browser/browser_thread.h" |
#include "chrome/browser/download/download_file.h" |
#include "chrome/browser/download/download_item.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/tab_contents/tab_contents.h" |
+#include "content/browser/browser_thread.h" |
+#include "content/browser/tab_contents/tab_contents.h" |
#include "net/base/file_stream.h" |
DragDownloadFile::DragDownloadFile( |