| Index: content/browser/download/download_manager_impl.cc
|
| diff --git a/content/browser/download/download_manager_impl.cc b/content/browser/download/download_manager_impl.cc
|
| index 028cb016110ebea5f191807649576411f4f27ad3..8f0c7c3b29218847c3174801dee0511cd92cb9b3 100644
|
| --- a/content/browser/download/download_manager_impl.cc
|
| +++ b/content/browser/download/download_manager_impl.cc
|
| @@ -846,7 +846,7 @@ void DownloadManagerImpl::DownloadUrl(
|
| save_info,
|
| resource_dispatcher_host,
|
| RenderParams(web_contents->GetRenderProcessHost()->GetID(),
|
| - web_contents->GetRenderViewHost()->routing_id()),
|
| + web_contents->GetRenderViewHost()->GetRoutingID()),
|
| web_contents->GetBrowserContext()->GetResourceContext()));
|
| }
|
|
|
|
|