| Index: content/browser/ppapi_plugin_process_host.h
|
| diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
|
| index 87c79c31d2acceb173f3867fac9184ed568784e8..a479c80b5c88f1ce97230fbcb1aca3a494dbd4fd 100644
|
| --- a/content/browser/ppapi_plugin_process_host.h
|
| +++ b/content/browser/ppapi_plugin_process_host.h
|
| @@ -142,7 +142,7 @@ class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate,
|
| scoped_refptr<PepperMessageFilter> filter_;
|
|
|
| ppapi::PpapiPermissions permissions_;
|
| - scoped_ptr<BrowserPpapiHostImpl> host_impl_;
|
| + scoped_refptr<BrowserPpapiHostImpl> host_impl_;
|
|
|
| // Observes network changes. May be NULL.
|
| scoped_ptr<PluginNetworkObserver> network_observer_;
|
|
|