summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger/devtools_manager_impl.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 22:14:12 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 22:14:12 +0000
commitef9572ed9d5e511b90e3b0ad259b2691d556e3f2 (patch)
tree035b29984b42414cec043f90f3a5f859b18e5b09 /content/browser/debugger/devtools_manager_impl.h
parentdbf21cc6203bfef5ce4dc7a9df4ce2f486445dd2 (diff)
downloadchromium_src-ef9572ed9d5e511b90e3b0ad259b2691d556e3f2.zip
chromium_src-ef9572ed9d5e511b90e3b0ad259b2691d556e3f2.tar.gz
chromium_src-ef9572ed9d5e511b90e3b0ad259b2691d556e3f2.tar.bz2
Get rid of a bunch of tab_contents.h includes from chrome. These are all trivial changes to use WebContents instead of TabContents.
BUG=98716 Review URL: http://codereview.chromium.org/9030032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/debugger/devtools_manager_impl.h')
-rw-r--r--content/browser/debugger/devtools_manager_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/debugger/devtools_manager_impl.h b/content/browser/debugger/devtools_manager_impl.h
index 62a5a9e..0039b7d 100644
--- a/content/browser/debugger/devtools_manager_impl.h
+++ b/content/browser/debugger/devtools_manager_impl.h
@@ -63,7 +63,7 @@ class CONTENT_EXPORT DevToolsManagerImpl
// 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;