| Index: content/child/url_response_body_consumer_unittest.cc | 
| diff --git a/content/child/url_response_body_consumer_unittest.cc b/content/child/url_response_body_consumer_unittest.cc | 
| index e1bc73eeaf1c97b4bebd8a67f449074ab94f1e44..83c7cc957e2a57f5053b2a1f429e5ef494ca5da4 100644 | 
| --- a/content/child/url_response_body_consumer_unittest.cc | 
| +++ b/content/child/url_response_body_consumer_unittest.cc | 
| @@ -127,7 +127,7 @@ class URLResponseBodyConsumerTest : public ::testing::Test, | 
| return dispatcher_->StartAsync( | 
| std::move(request), 0, nullptr, GURL(), | 
| base::MakeUnique<TestRequestPeer>(context), | 
| -        blink::WebURLRequest::LoadingIPCType::ChromeIPC, nullptr); | 
| +        blink::WebURLRequest::LoadingIPCType::ChromeIPC, nullptr, nullptr); | 
| } | 
|  | 
| void Run(TestRequestPeer::Context* context) { | 
|  |