| Index: content/child/url_loader_client_impl.h
|
| diff --git a/content/child/url_loader_client_impl.h b/content/child/url_loader_client_impl.h
|
| index 8b868e577dc61266d45ff36f49086583624508d0..46126a81ad9c4ef18b513e6f907ad853cee07a9e 100644
|
| --- a/content/child/url_loader_client_impl.h
|
| +++ b/content/child/url_loader_client_impl.h
|
| @@ -20,10 +20,6 @@ namespace base {
|
| class SingleThreadTaskRunner;
|
| } // namespace base
|
|
|
| -namespace mojo {
|
| -class AssociatedGroup;
|
| -} // namespace mojo
|
| -
|
| namespace net {
|
| struct RedirectInfo;
|
| } // namespace net
|
| @@ -41,8 +37,7 @@ class CONTENT_EXPORT URLLoaderClientImpl final : public mojom::URLLoaderClient {
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner);
|
| ~URLLoaderClientImpl() override;
|
|
|
| - void Bind(mojom::URLLoaderClientAssociatedPtrInfo* client_ptr_info,
|
| - mojo::AssociatedGroup* associated_group);
|
| + void Bind(mojom::URLLoaderClientAssociatedPtrInfo* client_ptr_info);
|
|
|
| // Sets |is_deferred_|. From now, the received messages are not dispatched
|
| // to clients until UnsetDefersLoading is called.
|
|
|