| Index: chrome/browser/sessions/session_service.h
|
| diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
|
| index 03dc49d9c4cbe95c3ff4a441547d47d95277481e..98f0fa56336882d3457282a866323bbb47d38fb4 100644
|
| --- a/chrome/browser/sessions/session_service.h
|
| +++ b/chrome/browser/sessions/session_service.h
|
| @@ -164,7 +164,7 @@ class SessionService : public BaseSessionService,
|
|
|
| // Notification that a tab has restored its entries or a closed tab is being
|
| // reused.
|
| - void TabRestored(TabContents* tab, bool pinned);
|
| + void TabRestored(content::WebContents* tab, bool pinned);
|
|
|
| // Sets the index of the selected entry in the navigation controller for the
|
| // specified tab.
|
| @@ -352,7 +352,7 @@ class SessionService : public BaseSessionService,
|
| // indices that were written.
|
| void BuildCommandsForTab(
|
| const SessionID& window_id,
|
| - TabContents* tab,
|
| + content::WebContents* tab,
|
| int index_in_window,
|
| bool is_pinned,
|
| std::vector<SessionCommand*>* commands,
|
|
|