| 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 532ce2e8da7e9e8d062316ef323e075d3d6526f9..a44e4433ca9784a53ae673dfc21f0ddd884cf3a1 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| @@ -570,7 +570,7 @@ ResourceDispatcherHostImpl::CreateResourceHandlerForDownload(
|
| const DownloadResourceHandler::OnStartedCallback& started_cb) {
|
| scoped_ptr<ResourceHandler> handler(
|
| new DownloadResourceHandler(child_id, route_id, request_id,
|
| - request->url(), download_file_manager_.get(),
|
| + request->url(), download_file_manager_,
|
| request, started_cb, save_info));
|
| if (delegate_) {
|
| ScopedVector<ResourceThrottle> throttles;
|
|
|