| 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 9480e9d983632f5b4ebaf0604e7f5537b296f74d..46b65f3cde7775c0d6b71649752efa54ddcc399e 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -168,7 +168,7 @@ class BrowserPluginGuest::EmbedderWebContentsObserver
|
| }
|
|
|
| // WebContentsObserver:
|
| - virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE {
|
| + virtual void WebContentsDestroyed() OVERRIDE {
|
| browser_plugin_guest_->EmbedderDestroyed();
|
| }
|
|
|
|
|