| Index: content/public/browser/browser_plugin/browser_plugin_guest_observer.h
|
| diff --git a/content/public/browser/browser_plugin/browser_plugin_guest_observer.h b/content/public/browser/browser_plugin/browser_plugin_guest_observer.h
|
| index 4c176df8941b13c2c422c0115eaba1d5247bea5b..8994e28a4c5812078f997d3c08ae20dd0870a2e9 100644
|
| --- a/content/public/browser/browser_plugin/browser_plugin_guest_observer.h
|
| +++ b/content/public/browser/browser_plugin/browser_plugin_guest_observer.h
|
| @@ -40,7 +40,7 @@ class CONTENT_EXPORT BrowserPluginGuestObserver : public IPC::Listener,
|
| int instance_id() { return instance_id_; }
|
|
|
| private:
|
| - friend class BrowserPluginImpl;
|
| + friend class BrowserPluginGuestImpl;
|
|
|
| // This is called by the BrowserPluginGuest when it's going away so that this
|
| // object can null out its pointer.
|
|
|