| Index: chrome/browser/ui/fast_unload_controller.h
|
| diff --git a/chrome/browser/ui/fast_unload_controller.h b/chrome/browser/ui/fast_unload_controller.h
|
| index 25b12d5742af3407c51b1d0ac43a8113b2378a4b..4022a60a6a62a633ba589784a9632bd0933ae33b 100644
|
| --- a/chrome/browser/ui/fast_unload_controller.h
|
| +++ b/chrome/browser/ui/fast_unload_controller.h
|
| @@ -121,7 +121,8 @@ class FastUnloadController : public content::NotificationObserver,
|
| const content::NotificationDetails& details) override;
|
|
|
| // Overridden from TabStripModelObserver:
|
| - void TabInsertedAt(content::WebContents* contents,
|
| + void TabInsertedAt(TabStripModel* tab_strip_model,
|
| + content::WebContents* contents,
|
| int index,
|
| bool foreground) override;
|
| void TabDetachedAt(content::WebContents* contents, int index) override;
|
|
|