Index: chrome/browser/ui/browser_tab_restore_service_delegate.h |
=================================================================== |
--- chrome/browser/ui/browser_tab_restore_service_delegate.h (revision 116244) |
+++ chrome/browser/ui/browser_tab_restore_service_delegate.h (working copy) |
@@ -26,10 +26,10 @@ |
virtual const SessionID& GetSessionID() const OVERRIDE; |
virtual int GetTabCount() const OVERRIDE; |
virtual int GetSelectedIndex() const OVERRIDE; |
- virtual TabContents* GetTabContentsAt(int index) const OVERRIDE; |
+ virtual content::WebContents* GetWebContentsAt(int index) const OVERRIDE; |
virtual content::WebContents* GetSelectedWebContents() const OVERRIDE; |
virtual bool IsTabPinned(int index) const OVERRIDE; |
- virtual TabContents* AddRestoredTab( |
+ virtual content::WebContents* AddRestoredTab( |
const std::vector<TabNavigation>& navigations, |
int tab_index, |
int selected_navigation, |