| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| index 6f6d9755bec437f9663403e30e95eaed49f08a1d..01060f5857d1e203ddffdefb7a1ea96bf1be6691 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -177,7 +177,7 @@ class BrowserPluginGuest::EmbedderWebContentsObserver
|
| }
|
|
|
| // WebContentsObserver:
|
| - virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE {
|
| + virtual void WebContentsDestroyed() OVERRIDE {
|
| browser_plugin_guest_->EmbedderDestroyed();
|
| }
|
|
|
|
|