| Index: chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| index f255f038dfaf6ec8d3c72d63754981d0bb8231ac..50b0d45aad815b1caa348886b618087ecb6c54d9 100644
|
| --- a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| @@ -128,8 +128,8 @@ class TabStripGtk : public TabStripModelObserver,
|
| int index,
|
| TabChangeType change_type) OVERRIDE;
|
| virtual void TabReplacedAt(TabStripModel* tab_strip_model,
|
| - TabContents* old_contents,
|
| - TabContents* new_contents,
|
| + content::WebContents* old_contents,
|
| + content::WebContents* new_contents,
|
| int index) OVERRIDE;
|
| virtual void TabMiniStateChanged(content::WebContents* contents,
|
| int index) OVERRIDE;
|
|
|