| 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 4ab1f177e77bfe12c1dd80773927d55dd5c88104..fe8391ab1572792eadf9ef548c7fe9fc97a43fda 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -67,7 +67,7 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness {
|
| void SetUp() override {
|
| RenderViewHostImplTestHarness::SetUp();
|
| test_handle_ = NavigationHandleImpl::Create(
|
| - GURL(), main_test_rfh()->frame_tree_node(), true, false, false,
|
| + GURL(), GURL(), main_test_rfh()->frame_tree_node(), true, false, false,
|
| base::TimeTicks::Now(), 0, false);
|
| EXPECT_EQ(REQUEST_CONTEXT_TYPE_UNSPECIFIED,
|
| test_handle_->request_context_type_);
|
|
|