| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index b24f460c34c61711dccc19b2efdf35625fe9267e..83b403cd9742af0529241d64adffad7ddc22ea6d 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -444,8 +444,8 @@ class Browser : public TabStripModelObserver,
|
| int from_index,
|
| int to_index) 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 TabPinnedStateChanged(content::WebContents* contents,
|
| int index) OVERRIDE;
|
|
|