| Index: content/network/network_service_url_loader_factory_impl.h
|
| diff --git a/content/network/network_service_url_loader_factory_impl.h b/content/network/network_service_url_loader_factory_impl.h
|
| index 1c22d25b1be32fd8f951fa6ee52593eace348a52..e79b2885636a90ada19affd126f89c9381afa9f4 100644
|
| --- a/content/network/network_service_url_loader_factory_impl.h
|
| +++ b/content/network/network_service_url_loader_factory_impl.h
|
| @@ -24,7 +24,7 @@ class NetworkServiceURLLoaderFactoryImpl : public mojom::URLLoaderFactory {
|
| ~NetworkServiceURLLoaderFactoryImpl() override;
|
|
|
| // mojom::URLLoaderFactory implementation.
|
| - void CreateLoaderAndStart(mojom::URLLoaderAssociatedRequest request,
|
| + void CreateLoaderAndStart(mojom::URLLoaderRequest request,
|
| int32_t routing_id,
|
| int32_t request_id,
|
| uint32_t options,
|
|
|