| Index: chrome/browser/ui/unload_controller.h
|
| diff --git a/chrome/browser/ui/unload_controller.h b/chrome/browser/ui/unload_controller.h
|
| index 512217a96b5e3aadd01c7340b86ddfb97c7d88d0..73010ce08ba622809ea860e4db89e26012f00ae4 100644
|
| --- a/chrome/browser/ui/unload_controller.h
|
| +++ b/chrome/browser/ui/unload_controller.h
|
| @@ -77,8 +77,8 @@ class UnloadController : public content::NotificationObserver,
|
| virtual void TabDetachedAt(content::WebContents* contents,
|
| int 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 TabStripEmpty() OVERRIDE;
|
|
|
|
|