| Index: content/browser/webui/web_ui_url_loader_factory.cc
|
| diff --git a/content/browser/webui/web_ui_url_loader_factory.cc b/content/browser/webui/web_ui_url_loader_factory.cc
|
| index 3e5ad0a605211d9e7c4785801f120d218d105b13..ab8fa753ffeb317512ff0e9d7b7fd723f9e63437 100644
|
| --- a/content/browser/webui/web_ui_url_loader_factory.cc
|
| +++ b/content/browser/webui/web_ui_url_loader_factory.cc
|
| @@ -224,7 +224,7 @@ class WebUIURLLoaderFactory : public mojom::URLLoaderFactory,
|
| }
|
|
|
| // mojom::URLLoaderFactory implementation:
|
| - void CreateLoaderAndStart(mojom::URLLoaderAssociatedRequest loader,
|
| + void CreateLoaderAndStart(mojom::URLLoaderRequest loader,
|
| int32_t routing_id,
|
| int32_t request_id,
|
| uint32_t options,
|
|
|