| 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 fc6bbbf53c536875b281025ba0c89d89d12951bf..2d549fff3c89c2d1a800e3ef0ba056d3a07bdefa 100644
|
| --- a/chrome/browser/ui/browser_command_controller.h
|
| +++ b/chrome/browser/ui/browser_command_controller.h
|
| @@ -99,8 +99,8 @@ class BrowserCommandController : public CommandUpdater::CommandUpdaterDelegate,
|
| 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;
|
|
|
| // Overridden from TabRestoreServiceObserver:
|
|
|