| Index: content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| diff --git a/content/browser/frame_host/navigation_handle_impl_unittest.cc b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| index 60669a10d9e6996e414381d620c22e772953aa66..70a907cdb9865d79f5439fc5f2d1a3a0a46044c7 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -135,7 +135,7 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness {
|
| // the NavigationHandleImplTest.
|
| test_handle_->WillRedirectRequest(
|
| GURL(), "GET", GURL(), false, scoped_refptr<net::HttpResponseHeaders>(),
|
| - net::HttpResponseInfo::CONNECTION_INFO_HTTP1_1,
|
| + net::HttpResponseInfo::CONNECTION_INFO_HTTP1_1, nullptr,
|
| base::Bind(&NavigationHandleImplTest::UpdateThrottleCheckResult,
|
| base::Unretained(this)));
|
| }
|
|
|