Index: content/browser/frame_host/interstitial_page_impl.h |
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h |
index cc9dc63b5ebe3455e34820fc918fcc64a5082da9..42d0bcc9fd5e46c1d6daaf9edb8a0ccda2f8474f 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -110,7 +110,7 @@ class CONTENT_EXPORT InterstitialPageImpl |
// WebContentsObserver implementation: |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
- virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE; |
+ virtual void WebContentsDestroyed() OVERRIDE; |
virtual void NavigationEntryCommitted( |
const LoadCommittedDetails& load_details) OVERRIDE; |