| 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 d341c118e1e159ced536f1dbc9765158b3886957..e4babbf21c09e4abb3f022f3988fe3231e169ac0 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -143,6 +143,7 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness {
|
| test_handle_->WillProcessResponse(
|
| main_test_rfh(),
|
| scoped_refptr<net::HttpResponseHeaders>(), SSLStatus(),
|
| + GlobalRequestID(), false, false, false, base::Closure(),
|
| base::Bind(&NavigationHandleImplTest::UpdateThrottleCheckResult,
|
| base::Unretained(this)));
|
| }
|
|
|