Index: chrome/browser/ui/browser_command_controller.h |
diff --git a/chrome/browser/ui/browser_command_controller.h b/chrome/browser/ui/browser_command_controller.h |
index 8793a856902f85129d9e875c008fec2f903e3a57..7c1370ddec3278f407e639f60e1ed472313c7b88 100644 |
--- a/chrome/browser/ui/browser_command_controller.h |
+++ b/chrome/browser/ui/browser_command_controller.h |
@@ -84,7 +84,8 @@ class BrowserCommandController : public CommandUpdaterDelegate, |
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; |