Index: chrome/browser/sessions/tab_restore_service_helper.cc |
diff --git a/chrome/browser/sessions/tab_restore_service_helper.cc b/chrome/browser/sessions/tab_restore_service_helper.cc |
index d3b2ac099b1a1bb81985b3ec80ca9f62835b34a4..32e3406a6ae63c7cc0add06047f5e3b277da0983 100644 |
--- a/chrome/browser/sessions/tab_restore_service_helper.cc |
+++ b/chrome/browser/sessions/tab_restore_service_helper.cc |
@@ -392,7 +392,7 @@ void TabRestoreServiceHelper::PopulateTab( |
NavigationEntry* entry = (i == pending_index) ? |
controller->GetPendingEntry() : controller->GetEntryAtIndex(i); |
tab->navigations[i] = |
- TabNavigation::FromNavigationEntry(i, *entry); |
+ sessions::SerializedNavigationEntry::FromNavigationEntry(i, *entry); |
} |
tab->timestamp = TimeNow(); |
tab->current_navigation_index = controller->GetCurrentEntryIndex(); |