| 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 95e6e850ed2a8f4954e60ddaa5a227012be03298..a0e526a45055eeace847004160b31933495e685e 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -318,7 +318,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
|
|
|