Index: content/browser/frame_host/navigation_controller_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
index 25030aafa3a9797afb69aa64f2e8d55a0ab951fe..667dd825fe683abc312f4da9312e822ab386d7be 100644 |
--- a/content/browser/frame_host/navigation_controller_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
@@ -327,7 +327,7 @@ class LoadCommittedDetailsObserver : public WebContentsObserver { |
navigation_type_ = static_cast<NavigationHandleImpl*>(navigation_handle) |
->navigation_type(); |
previous_url_ = navigation_handle->GetPreviousURL(); |
- is_in_page_ = navigation_handle->IsSamePage(); |
+ is_in_page_ = navigation_handle->IsSameDocument(); |
is_main_frame_ = navigation_handle->IsInMainFrame(); |
did_replace_entry_ = navigation_handle->DidReplaceEntry(); |
} |