| Index: content/common/throttling_url_loader_unittest.cc
|
| diff --git a/content/common/throttling_url_loader_unittest.cc b/content/common/throttling_url_loader_unittest.cc
|
| index cf9913cd322e66444808bb477ae4e6495e6641ea..6d716425e8077c62116b4941ab00c88549c506b3 100644
|
| --- a/content/common/throttling_url_loader_unittest.cc
|
| +++ b/content/common/throttling_url_loader_unittest.cc
|
| @@ -46,7 +46,7 @@ class TestURLLoaderFactory : public mojom::URLLoaderFactory {
|
|
|
| private:
|
| // mojom::URLLoaderFactory implementation.
|
| - void CreateLoaderAndStart(mojom::URLLoaderAssociatedRequest request,
|
| + void CreateLoaderAndStart(mojom::URLLoaderRequest request,
|
| int32_t routing_id,
|
| int32_t request_id,
|
| uint32_t options,
|
|
|