Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index ff3ca79517f298eebd6ac60ba763d2573c472873..f25b88976ebf6914a61c9b2ec5301ed40659df89 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1829,7 +1829,7 @@ void RenderProcessHostImpl::CreateURLLoaderFactory( |
NOTREACHED(); |
return; |
} |
- storage_partition_impl_->network_context()->CreateURLLoaderFactory( |
+ storage_partition_impl_->GetNetworkContext()->CreateURLLoaderFactory( |
std::move(request), id_); |
} |