| Index: ios/web/public/test/fakes/crw_test_web_state_observer.mm
|
| diff --git a/ios/web/public/test/fakes/crw_test_web_state_observer.mm b/ios/web/public/test/fakes/crw_test_web_state_observer.mm
|
| index 3f39e4b354a167d518d5d23b2a2ba246c4e0b9ed..fdc9bebb26485c565875de58ce49fa7e840eb565 100644
|
| --- a/ios/web/public/test/fakes/crw_test_web_state_observer.mm
|
| +++ b/ios/web/public/test/fakes/crw_test_web_state_observer.mm
|
| @@ -149,7 +149,7 @@ TestUpdateFaviconUrlCandidatesInfo::~TestUpdateFaviconUrlCandidatesInfo() =
|
| if (navigation->IsSameDocument()) {
|
| ASSERT_FALSE(navigation->IsErrorPage());
|
| _didFinishNavigationInfo->context =
|
| - web::NavigationContextImpl::CreateSamePageNavigationContext(
|
| + web::NavigationContextImpl::CreateSameDocumentNavigationContext(
|
| navigation->GetWebState(), navigation->GetUrl());
|
| } else if (navigation->IsErrorPage()) {
|
| ASSERT_FALSE(navigation->IsSameDocument());
|
|
|