| 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 ee999cb31b06a0f9fcfb7c50ab0f75e92fe0ef67..6f81b08a7a8fd09e8ea0993c09f6006526b711d1 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -54,7 +54,8 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness {
|
| void SetUp() override {
|
| RenderViewHostImplTestHarness::SetUp();
|
| test_handle_ = NavigationHandleImpl::Create(
|
| - GURL(), main_test_rfh()->frame_tree_node(), base::TimeTicks::Now());
|
| + GURL(), main_test_rfh()->frame_tree_node(), false, false,
|
| + base::TimeTicks::Now());
|
| }
|
|
|
| void TearDown() override {
|
|
|