| 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 f6705b46f7172a954172cfc1a0d2c3fda9db1431..61b62c8651344771c5fc2150aaf1e85620f246a8 100644
 | 
| --- a/content/child/url_loader_client_impl_unittest.cc
 | 
| +++ b/content/child/url_loader_client_impl_unittest.cc
 | 
| @@ -33,7 +33,7 @@ class URLLoaderClientImplTest : public ::testing::Test,
 | 
|          base::MakeUnique<TestRequestPeer>(dispatcher_.get(),
 | 
|                                            &request_peer_context_),
 | 
|          blink::WebURLRequest::LoadingIPCType::kMojo,
 | 
| -        url_loader_factory_proxy_.get());
 | 
| +        url_loader_factory_proxy_.get(), mojo::ScopedDataPipeConsumerHandle());
 | 
|      request_peer_context_.request_id = request_id_;
 | 
|  
 | 
|      base::RunLoop().RunUntilIdle();
 | 
| 
 |