summaryrefslogtreecommitdiffstats
path: root/content/shell/browser/shell_devtools_frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/browser/shell_devtools_frontend.h')
-rw-r--r--content/shell/browser/shell_devtools_frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_devtools_frontend.h b/content/shell/browser/shell_devtools_frontend.h
index 8aac26a..d9591c7 100644
--- a/content/shell/browser/shell_devtools_frontend.h
+++ b/content/shell/browser/shell_devtools_frontend.h
@@ -44,7 +44,7 @@ class ShellDevToolsFrontend : public WebContentsObserver,
// WebContentsObserver overrides
virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE;
virtual void DocumentOnLoadCompletedInMainFrame() OVERRIDE;
- virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
+ virtual void WebContentsDestroyed() OVERRIDE;
// DevToolsFrontendHostDelegate implementation
virtual void DispatchOnEmbedder(const std::string& message) OVERRIDE {}