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 29dc039f678bbf9882cd617b273ae24231da773e..d6392f5e962c0558984e6173da41fd5f59e103d0 100644 |
--- a/content/browser/frame_host/navigation_handle_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc |
@@ -6,6 +6,7 @@ |
#include "content/browser/frame_host/navigation_handle_impl.h" |
#include "content/public/browser/navigation_throttle.h" |
#include "content/public/common/request_context_type.h" |
+#include "content/public/common/ssl_status.h" |
#include "content/test/test_render_frame_host.h" |
namespace content { |
@@ -141,7 +142,7 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness { |
// the NavigationHandleImplTest. |
test_handle_->WillProcessResponse( |
main_test_rfh(), |
- scoped_refptr<net::HttpResponseHeaders>(), |
+ scoped_refptr<net::HttpResponseHeaders>(), SSLStatus(), |
base::Bind(&NavigationHandleImplTest::UpdateThrottleCheckResult, |
base::Unretained(this))); |
} |