diff options
Diffstat (limited to 'content/shell/browser/webkit_test_controller.h')
-rw-r--r-- | content/shell/browser/webkit_test_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/webkit_test_controller.h b/content/shell/browser/webkit_test_controller.h index f9a7dbd..2e5cf58 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, |