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