| Index: ios/chrome/browser/tabs/tab.mm
|
| diff --git a/ios/chrome/browser/tabs/tab.mm b/ios/chrome/browser/tabs/tab.mm
|
| index 10a401980a7d5d3e8b4579b901b14ad7849f7b76..dac801e1c4f1db0c0e1a3326758002f4ff205054 100644
|
| --- a/ios/chrome/browser/tabs/tab.mm
|
| +++ b/ios/chrome/browser/tabs/tab.mm
|
| @@ -897,7 +897,7 @@ void AddNetworkClientFactoryOnIOThread(
|
| - (void)replaceHistoryWithNavigations:
|
| (const std::vector<sessions::SerializedNavigationEntry>&)navigations
|
| currentIndex:(NSInteger)currentIndex {
|
| - ScopedVector<web::NavigationItem> items =
|
| + std::vector<std::unique_ptr<web::NavigationItem>> items =
|
| sessions::IOSSerializedNavigationBuilder::ToNavigationItems(navigations);
|
| [self navigationManager]->ReplaceSessionHistory(std::move(items),
|
| currentIndex);
|
|
|