Index: content/shell/browser/webkit_test_controller.h |
diff --git a/content/shell/browser/webkit_test_controller.h b/content/shell/browser/webkit_test_controller.h |
index f9a7dbd75f7de1cd63647c4183d1db9dd0fe3d54..2e5cf58996080b89eb0e5e0b7f902766a3ddaa11 100644 |
--- a/content/shell/browser/webkit_test_controller.h |
+++ b/content/shell/browser/webkit_test_controller.h |
@@ -135,7 +135,7 @@ class WebKitTestController : public base::NonThreadSafe, |
base::ProcessId plugin_pid) OVERRIDE; |
virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE; |
virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE; |
- virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE; |
+ virtual void WebContentsDestroyed() OVERRIDE; |
// NotificationObserver implementation. |
virtual void Observe(int type, |