| 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 65adc6b494ea554e15df416b252ae805d86ce428..d736e686699e4a13d44c115335c8d5d75a1cc2d9 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -64,9 +64,9 @@
|
|
|
| void SetUp() override {
|
| RenderViewHostImplTestHarness::SetUp();
|
| - test_handle_ =
|
| - NavigationHandleImpl::Create(GURL(), main_test_rfh()->frame_tree_node(),
|
| - false, false, base::TimeTicks::Now(), 0);
|
| + test_handle_ = NavigationHandleImpl::Create(
|
| + GURL(), main_test_rfh()->frame_tree_node(), false, false,
|
| + base::TimeTicks::Now());
|
| }
|
|
|
| void TearDown() override {
|
|
|