| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index 48a7f574876cfd9b5cdd6bcc03c981a48ad93ce8..39557b29e31b4a9adc6eca7739ddd4ba0c38df2c 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -50,6 +50,7 @@ struct ResourceResponseHead;
|
| class SharedMemoryReceivedDataFactory;
|
| struct SiteIsolationResponseMetaData;
|
| struct SyncLoadResponse;
|
| +class URLLoaderClientImpl;
|
|
|
| namespace mojom {
|
| class URLLoaderFactory;
|
| @@ -192,7 +193,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
|
|
| // For mojo loading.
|
| mojom::URLLoaderAssociatedPtr url_loader;
|
| - std::unique_ptr<mojom::URLLoaderClient> url_loader_client;
|
| + std::unique_ptr<URLLoaderClientImpl> url_loader_client;
|
| };
|
| using PendingRequestMap = std::map<int, std::unique_ptr<PendingRequestInfo>>;
|
|
|
|
|