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 9504b672ebed4eeacd8830082fcb86de1cafb520..120e51b6201511473a16bd3ae8006cd8ba0ac2ce 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -2009,7 +2009,7 @@ void RenderProcessHostImpl::CreateURLLoaderFactory( |
NOTREACHED(); |
return; |
} |
- storage_partition_impl_->network_context()->CreateURLLoaderFactory( |
+ storage_partition_impl_->GetNetworkContext()->CreateURLLoaderFactory( |
std::move(request), id_); |
} |