| Index: chrome/browser/ui/browser_tab_restore_service_delegate.h
|
| diff --git a/chrome/browser/ui/browser_tab_restore_service_delegate.h b/chrome/browser/ui/browser_tab_restore_service_delegate.h
|
| index c499ec6f1e7abf1c9522934628e2f78439f95ebc..87141ca895913d50c1b922c7732550dde48ad69d 100644
|
| --- a/chrome/browser/ui/browser_tab_restore_service_delegate.h
|
| +++ b/chrome/browser/ui/browser_tab_restore_service_delegate.h
|
| @@ -31,7 +31,7 @@ class BrowserTabRestoreServiceDelegate : public TabRestoreServiceDelegate {
|
| virtual content::WebContents* GetActiveWebContents() const OVERRIDE;
|
| virtual bool IsTabPinned(int index) const OVERRIDE;
|
| virtual content::WebContents* AddRestoredTab(
|
| - const std::vector<TabNavigation>& navigations,
|
| + const std::vector<components::SerializedNavigationEntry>& navigations,
|
| int tab_index,
|
| int selected_navigation,
|
| const std::string& extension_app_id,
|
| @@ -41,7 +41,7 @@ class BrowserTabRestoreServiceDelegate : public TabRestoreServiceDelegate {
|
| content::SessionStorageNamespace* storage_namespace,
|
| const std::string& user_agent_override) OVERRIDE;
|
| virtual void 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,
|
|
|