Index: chrome/browser/download/chrome_download_manager_delegate.cc |
=================================================================== |
--- chrome/browser/download/chrome_download_manager_delegate.cc (revision 96793) |
+++ chrome/browser/download/chrome_download_manager_delegate.cc (working copy) |
@@ -12,8 +12,6 @@ |
#include "chrome/browser/download/download_extensions.h" |
#include "chrome/browser/download/download_file_picker.h" |
#include "chrome/browser/download/download_history.h" |
-#include "chrome/browser/download/download_item.h" |
-#include "chrome/browser/download/download_manager.h" |
#include "chrome/browser/download/download_prefs.h" |
#include "chrome/browser/download/download_safe_browsing_client.h" |
#include "chrome/browser/download/download_util.h" |
@@ -27,6 +25,8 @@ |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/extensions/user_script.h" |
#include "chrome/common/pref_names.h" |
+#include "content/browser/download/download_item.h" |
+#include "content/browser/download/download_manager.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "grit/generated_resources.h" |
#include "ui/base/l10n/l10n_util.h" |