| 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 f77bbdf01231f5eb8670ab5feaa8082e13b736d9..d6f256b6312302613ac4eb646cfd608c154b63ca 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -5,6 +5,7 @@
|
| #include "base/macros.h"
|
| #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/test/test_render_frame_host.h"
|
|
|
| namespace content {
|
| @@ -103,6 +104,7 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness {
|
| // the NavigationHandleImplTest.
|
| test_handle_->WillStartRequest(
|
| "GET", nullptr, Referrer(), false, ui::PAGE_TRANSITION_LINK, false,
|
| + REQUEST_CONTEXT_TYPE_LOCATION,
|
| base::Bind(&NavigationHandleImplTest::UpdateThrottleCheckResult,
|
| base::Unretained(this)));
|
| }
|
|
|