Index: content/browser/renderer_host/resource_dispatcher_host_impl.cc |
diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.cc b/content/browser/renderer_host/resource_dispatcher_host_impl.cc |
index 8ab6d621b13b2423c7e88c766b714652f82f7115..a5f927adcf8069edcf096d157993af4842c207a1 100644 |
--- a/content/browser/renderer_host/resource_dispatcher_host_impl.cc |
+++ b/content/browser/renderer_host/resource_dispatcher_host_impl.cc |
@@ -26,7 +26,6 @@ |
#include "content/browser/cert_store_impl.h" |
#include "content/browser/child_process_security_policy_impl.h" |
#include "content/browser/cross_site_request_manager.h" |
-#include "content/browser/download/download_file_manager.h" |
#include "content/browser/download/download_resource_handler.h" |
#include "content/browser/download/save_file_manager.h" |
#include "content/browser/download/save_file_resource_handler.h" |
@@ -352,8 +351,7 @@ ResourceDispatcherHost* ResourceDispatcherHost::Get() { |
} |
ResourceDispatcherHostImpl::ResourceDispatcherHostImpl() |
- : download_file_manager_(new DownloadFileManager(NULL)), |
- save_file_manager_(new SaveFileManager()), |
+ : save_file_manager_(new SaveFileManager()), |
request_id_(-1), |
is_shutdown_(false), |
max_outstanding_requests_cost_per_process_( |