| 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 af6aced5b310e942202093109dbfcbde51280eef..e5650d6cd4d2b78df48f2a0805f410331c106b5a 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -54,7 +54,7 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness {
|
| void SetUp() override {
|
| RenderViewHostImplTestHarness::SetUp();
|
| test_handle_ = NavigationHandleImpl::Create(
|
| - GURL(), main_test_rfh()->frame_tree_node());
|
| + GURL(), main_test_rfh()->frame_tree_node(), 0);
|
| }
|
|
|
| void TearDown() override {
|
|
|