Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc |
diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc |
index bd8889cf7808eabd47dedc31eb0a7f5fafecc82c..95db4bbc5e2b0e991fd244a8496cbed7ddf646d0 100644 |
--- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc |
+++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc |
@@ -475,7 +475,7 @@ void ChromeResourceDispatcherHostDelegate::DownloadStarting( |
// If it's from the web, we don't trust it, so we push the throttle on. |
if (is_content_initiated) { |
throttles->push_back( |
- new DownloadResourceThrottle(download_request_limiter_.get(), |
+ new DownloadResourceThrottle(download_request_limiter_, |
child_id, |
route_id, |
request->url(), |