| Index: content/public/test/navigation_simulator.cc
|
| diff --git a/content/public/test/navigation_simulator.cc b/content/public/test/navigation_simulator.cc
|
| index 8a7db8a99d33c39e803184db1be28d1c1889e196..892bb4e71a2eeb54ac7cc31edb22f7791b601791 100644
|
| --- a/content/public/test/navigation_simulator.cc
|
| +++ b/content/public/test/navigation_simulator.cc
|
| @@ -207,7 +207,7 @@ void NavigationSimulator::Redirect(const GURL& new_url) {
|
| handle_->WillRedirectRequest(
|
| new_url, "GET", referrer_.url, false /* is_external_protocol */,
|
| scoped_refptr<net::HttpResponseHeaders>(),
|
| - net::HttpResponseInfo::ConnectionInfo(),
|
| + net::HttpResponseInfo::ConnectionInfo(), nullptr,
|
| base::Callback<void(NavigationThrottle::ThrottleCheckResult)>());
|
| }
|
|
|
|
|