| Index: content/child/web_url_loader_impl.h
|
| diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
|
| index f961faf79abb647f157992a0075cc59d72e4da58..a5b5fa64e0558c5b2d807bceb0facfbadf00e4f0 100644
|
| --- a/content/child/web_url_loader_impl.h
|
| +++ b/content/child/web_url_loader_impl.h
|
| @@ -20,6 +20,10 @@ class SingleThreadTaskRunner;
|
|
|
| } // namespace base
|
|
|
| +namespace mojo {
|
| +class AssociatedGroup;
|
| +} // namespace mojo
|
| +
|
| namespace content {
|
|
|
| class ResourceDispatcher;
|
| @@ -44,7 +48,8 @@ class CONTENT_EXPORT WebURLLoaderImpl
|
|
|
| // Takes ownership of |web_task_runner|.
|
| WebURLLoaderImpl(ResourceDispatcher* resource_dispatcher,
|
| - mojom::URLLoaderFactory* url_loader_factory);
|
| + mojom::URLLoaderFactory* url_loader_factory,
|
| + mojo::AssociatedGroup* associated_group);
|
| ~WebURLLoaderImpl() override;
|
|
|
| static void PopulateURLResponse(const GURL& url,
|
|
|