Index: chrome/browser/download/download_file.cc |
diff --git a/chrome/browser/download/download_file.cc b/chrome/browser/download/download_file.cc |
index 264bae3eb524028907e692a772e125e4e5e86a7b..d1a3470c00a3d38c75b8fbb7426aff053693cb76 100644 |
--- a/chrome/browser/download/download_file.cc |
+++ b/chrome/browser/download/download_file.cc |
@@ -8,9 +8,9 @@ |
#include "base/file_util.h" |
#include "base/stringprintf.h" |
+#include "chrome/browser/download/download_create_info.h" |
#include "chrome/browser/download/download_manager.h" |
#include "chrome/browser/download/download_util.h" |
-#include "chrome/browser/history/download_create_info.h" |
#include "content/browser/browser_thread.h" |
DownloadFile::DownloadFile(const DownloadCreateInfo* info, |