Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index 07e2dd1679796b09aa8c386edb96efdbc1e50216..c916919ad2704b6bb2004219eceddd65b3e51475 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -317,7 +317,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
// WebContentsObserver implementation. |
virtual void RenderViewReady() OVERRIDE; |
- virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE; |
+ virtual void WebContentsDestroyed() OVERRIDE; |
// -------------------------------------------------------------------------- |
// Other private methods and data |