| Index: chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
|
| diff --git a/chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc b/chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
|
| index 604d0ab79153beef707363eaee706fdc930dce39..2bdebb0c996c202b4c69a5de867df2cf22134a30 100644
|
| --- a/chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
|
| +++ b/chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
|
| @@ -411,10 +411,10 @@ void BrowserTabStripController::TabChangedAt(WebContents* contents,
|
| }
|
|
|
| void BrowserTabStripController::TabReplacedAt(TabStripModel* tab_strip_model,
|
| - TabContents* old_contents,
|
| - TabContents* new_contents,
|
| + WebContents* old_contents,
|
| + WebContents* new_contents,
|
| int model_index) {
|
| - SetTabDataAt(new_contents->web_contents(), model_index);
|
| + SetTabDataAt(new_contents, model_index);
|
| }
|
|
|
| void BrowserTabStripController::TabPinnedStateChanged(WebContents* contents,
|
|
|