Index: content/browser/frame_host/navigator_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigator_impl_unittest.cc b/content/browser/frame_host/navigator_impl_unittest.cc |
index d5b9da663184bb623d161a1f03a422a56ba09fd9..f0f1eb3ca11f034524d21bc75a29a1c98553cee8 100644 |
--- a/content/browser/frame_host/navigator_impl_unittest.cc |
+++ b/content/browser/frame_host/navigator_impl_unittest.cc |
@@ -68,7 +68,8 @@ class NavigatorTestWithBrowserSideNavigation |
std::string(), |
controller().GetBrowserContext()))); |
static_cast<NavigatorImpl*>(node->navigator())->RequestNavigation( |
- node, *entry, reload_type, base::TimeTicks::Now()); |
+ node, *entry->root_node()->frame_entry, *entry, reload_type, |
+ base::TimeTicks::Now()); |
} |
NavigationRequest* GetNavigationRequestForFrameTreeNode( |