Index: content/shell/browser/shell.cc |
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc |
index 82e8fe6aa588305bebe5aeec0b2d47c9f843bdbf..78ca3d700e6bb6299d38e6dfcf5021571cf0d206 100644 |
--- a/content/shell/browser/shell.cc |
+++ b/content/shell/browser/shell.cc |
@@ -48,7 +48,7 @@ class Shell::DevToolsWebContentsObserver : public WebContentsObserver { |
} |
// WebContentsObserver |
- virtual void WebContentsDestroyed() override { |
+ void WebContentsDestroyed() override { |
shell_->OnDevToolsWebContentsDestroyed(); |
} |