Index: content/browser/web_contents/web_contents_impl_unittest.cc |
diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc |
index 7926b4c424c15870e49e6e68e28669036f5662ec..1f11994ae8647be03d9b14c80510981e218f5bb2 100644 |
--- a/content/browser/web_contents/web_contents_impl_unittest.cc |
+++ b/content/browser/web_contents/web_contents_impl_unittest.cc |
@@ -2077,7 +2077,7 @@ TEST_F(WebContentsImplTest, CopyStateFromAndPruneSourceInterstitial) { |
NavigationEntryImpl::FromNavigationEntry( |
other_controller.GetEntryAtIndex(0))->site_instance(), 1, |
other_controller.GetEntryAtIndex(0)->GetPageID()); |
- other_controller.CopyStateFromAndPrune(&controller()); |
+ other_controller.CopyStateFromAndPrune(&controller(), false); |
// The merged controller should only have two entries: url1 and url2. |
ASSERT_EQ(2, other_controller.GetEntryCount()); |