Index: content/browser/browser_plugin/browser_plugin_web_contents_observer.h |
diff --git a/content/browser/browser_plugin/browser_plugin_web_contents_observer.h b/content/browser/browser_plugin/browser_plugin_web_contents_observer.h |
index 09aee49c790f3f088c600a9ec68e3ff08c0ba4b1..99df72b88779c56e3508633ec60446a2258eafa3 100644 |
--- a/content/browser/browser_plugin/browser_plugin_web_contents_observer.h |
+++ b/content/browser/browser_plugin/browser_plugin_web_contents_observer.h |
@@ -54,7 +54,7 @@ class BrowserPluginWebContentsObserver: public WebContentsObserver, |
virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE; |
- virtual void WebContentsDestroyed(WebContents* tab) OVERRIDE; |
+ virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE; |
private: |
typedef std::map<WebContentsImpl*, int64> GuestMap; |