| 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 92ce894a18d121cd11b9c2331baaee47dca40f94..8f5658877b0a1695d5b98edce3209ff76b8ae565 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(); | 
|  |