| Index: ios/chrome/browser/tabs/tab_model_unittest.mm
|
| diff --git a/ios/chrome/browser/tabs/tab_model_unittest.mm b/ios/chrome/browser/tabs/tab_model_unittest.mm
|
| index 56507f5d7f1c03fe2b37099ed297a9a2c5c3aa3d..1213402f93fef93b692f7c3131095813b456482d 100644
|
| --- a/ios/chrome/browser/tabs/tab_model_unittest.mm
|
| +++ b/ios/chrome/browser/tabs/tab_model_unittest.mm
|
| @@ -183,8 +183,8 @@ void RestoreSession(SessionWindowIOS* window) {
|
| SessionWindowIOS* window = [[SessionWindowIOS alloc] init];
|
| for (int i = 0; i < entries; i++) {
|
| NSString* windowName = [NSString stringWithFormat:@"window %d", i + 1];
|
| - [window addSerializedSession:CreateWebState(windowName)
|
| - ->BuildSerializedNavigationManager()];
|
| + [window addSerializedSessionStorage:CreateWebState(windowName)
|
| + ->BuildSessionStorage()];
|
| }
|
| if (entries)
|
| [window setSelectedIndex:1];
|
|
|