| 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 97f3d6306e36780fb62377eed2bf60ba4968c26e..79c81ad6fce91c1846eccbcb709f7dbc3723bd25 100644
|
| --- a/content/child/web_url_loader_impl.h
|
| +++ b/content/child/web_url_loader_impl.h
|
| @@ -38,8 +38,7 @@ class CONTENT_EXPORT WebURLLoaderImpl
|
| public:
|
|
|
| // Takes ownership of |web_task_runner|.
|
| - WebURLLoaderImpl(ResourceDispatcher* resource_dispatcher,
|
| - std::unique_ptr<blink::WebTaskRunner> web_task_runner);
|
| + WebURLLoaderImpl(ResourceDispatcher* resource_dispatcher);
|
| ~WebURLLoaderImpl() override;
|
|
|
| static void PopulateURLResponse(const GURL& url,
|
|
|