Index: content/browser/download/download_item.cc |
diff --git a/content/browser/download/download_item.cc b/content/browser/download/download_item.cc |
index 4ffe6c7ce95ff4dc654c10a44dc77b6960b0a835..2b048c4250ba21b984dd15b5cc2e1c66098c36d3 100644 |
--- a/content/browser/download/download_item.cc |
+++ b/content/browser/download/download_item.cc |
@@ -16,7 +16,6 @@ |
#include "base/utf_string_conversions.h" |
#include "net/base/net_util.h" |
#include "content/browser/browser_thread.h" |
-#include "content/browser/content_browser_client.h" |
#include "content/browser/download/download_file.h" |
#include "content/browser/download/download_create_info.h" |
#include "content/browser/download/download_file_manager.h" |
@@ -27,6 +26,7 @@ |
#include "content/browser/download/download_request_handle.h" |
#include "content/browser/download/download_stats.h" |
#include "content/browser/download/interrupt_reasons.h" |
+#include "content/public/browser/content_browser_client.h" |
// A DownloadItem normally goes through the following states: |
// * Created (when download starts) |