| Index: content/child/url_loader_client_impl_unittest.cc
|
| diff --git a/content/child/url_loader_client_impl_unittest.cc b/content/child/url_loader_client_impl_unittest.cc
|
| index c65186c6a3aa21f72f53a8fe3012c1a647c65780..f5a590d77ca672a8f32273b66a290f657b909bbb 100644
|
| --- a/content/child/url_loader_client_impl_unittest.cc
|
| +++ b/content/child/url_loader_client_impl_unittest.cc
|
| @@ -33,7 +33,9 @@ class URLLoaderClientImplTest : public ::testing::Test,
|
| base::MakeUnique<TestRequestPeer>(dispatcher_.get(),
|
| &request_peer_context_),
|
| blink::WebURLRequest::LoadingIPCType::kMojo,
|
| - url_loader_factory_proxy_.get(), mojo::ScopedDataPipeConsumerHandle());
|
| + url_loader_factory_proxy_.get(),
|
| + std::vector<std::unique_ptr<URLLoaderThrottle>>(),
|
| + mojo::ScopedDataPipeConsumerHandle());
|
| request_peer_context_.request_id = request_id_;
|
|
|
| base::RunLoop().RunUntilIdle();
|
|
|