| Index: content/browser/debugger/devtools_manager_impl.h
|
| ===================================================================
|
| --- content/browser/debugger/devtools_manager_impl.h (revision 116331)
|
| +++ content/browser/debugger/devtools_manager_impl.h (working copy)
|
| @@ -63,7 +63,7 @@
|
|
|
| // Invoked when a tab is replaced by another tab. This is triggered by
|
| // TabStripModel::ReplaceTabContentsAt.
|
| - virtual void TabReplaced(TabContents* old_tab, TabContents* new_tab) OVERRIDE;
|
| + virtual void TabReplaced(WebContents* old_tab, WebContents* new_tab) OVERRIDE;
|
|
|
| // Closes all open developer tools windows.
|
| virtual void CloseAllClientHosts() OVERRIDE;
|
|
|