Index: content/shell/browser/shell.cc |
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc |
index e55fb85d5e33d98e2701f2ac1c7fc79e5e6642d3..9e38437ee1d24e594d7c3821d903ab2d9be2df02 100644 |
--- a/content/shell/browser/shell.cc |
+++ b/content/shell/browser/shell.cc |
@@ -47,7 +47,7 @@ class Shell::DevToolsWebContentsObserver : public WebContentsObserver { |
} |
// WebContentsObserver |
- virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE { |
+ virtual void WebContentsDestroyed() OVERRIDE { |
shell_->OnDevToolsWebContentsDestroyed(); |
} |