| 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 1a8c8a9b0de32ff3710d9bbb2c43c6b8b08a1c47..6afa917a14b3f08a3a644b0937f813b1e28a6944 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| @@ -1218,7 +1218,7 @@ TEST_F(NavigationControllerTest, ReloadWithGuest) {
|
| NavigationEntryImpl* entry1 =
|
| NavigationEntryImpl::FromNavigationEntry(controller.GetVisibleEntry());
|
| reinterpret_cast<MockRenderProcessHost*>(
|
| - entry1->site_instance()->GetProcess())->SetIsGuest(true);
|
| + entry1->site_instance()->GetProcess())->set_is_isolated_guest(true);
|
|
|
| // And reload.
|
| controller.Reload(true);
|
|
|