| Index: chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| diff --git a/chrome/browser/ui/browser_tab_restore_service_delegate.cc b/chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| index d11ecdafd9dc69fe3565872271f720e79882f803..a7a36ba0283f155e2c48c959a54ec0b106eca1cb 100644
|
| --- a/chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| +++ b/chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| @@ -50,7 +50,7 @@ bool BrowserTabRestoreServiceDelegate::IsTabPinned(int index) const {
|
| }
|
|
|
| WebContents* BrowserTabRestoreServiceDelegate::AddRestoredTab(
|
| - const std::vector<TabNavigation>& navigations,
|
| + const std::vector<components::SerializedNavigationEntry>& navigations,
|
| int tab_index,
|
| int selected_navigation,
|
| const std::string& extension_app_id,
|
| @@ -66,7 +66,7 @@ WebContents* BrowserTabRestoreServiceDelegate::AddRestoredTab(
|
| }
|
|
|
| void BrowserTabRestoreServiceDelegate::ReplaceRestoredTab(
|
| - const std::vector<TabNavigation>& navigations,
|
| + const std::vector<components::SerializedNavigationEntry>& navigations,
|
| int selected_navigation,
|
| bool from_last_session,
|
| const std::string& extension_app_id,
|
|
|