| Index: content/public/browser/devtools_frontend_host_delegate.h
|
| ===================================================================
|
| --- content/public/browser/devtools_frontend_host_delegate.h (revision 116331)
|
| +++ content/public/browser/devtools_frontend_host_delegate.h (working copy)
|
| @@ -51,7 +51,7 @@
|
|
|
| // Invoked when tab inspected by this devtools frontend is replaced by
|
| // another tab. This is triggered by TabStripModel::ReplaceTabContentsAt.
|
| - virtual void TabReplaced(TabContents* new_tab) = 0;
|
| + virtual void TabReplaced(WebContents* new_tab) = 0;
|
| };
|
|
|
| } // namespace content
|
|
|