| 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 0fbfe14752e01b1e02a0f1ad6bff648976601355..500becf54e12d7c3118ace52c06664942df3085f 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| @@ -573,7 +573,7 @@ ResourceDispatcherHostImpl::CreateResourceHandlerForDownload(
|
| const DownloadResourceHandler::OnStartedCallback& started_cb) {
|
| scoped_refptr<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;
|
|
|