| Index: content/browser/ppapi_plugin_process_host.h
|
| ===================================================================
|
| --- content/browser/ppapi_plugin_process_host.h (revision 166155)
|
| +++ content/browser/ppapi_plugin_process_host.h (working copy)
|
| @@ -138,7 +138,7 @@
|
| scoped_refptr<PepperMessageFilter> filter_;
|
|
|
| ppapi::PpapiPermissions permissions_;
|
| - scoped_refptr<BrowserPpapiHostImpl> host_impl_;
|
| + scoped_ptr<BrowserPpapiHostImpl> host_impl_;
|
|
|
| // Handles filesystem requests from flash plugins. May be NULL.
|
| scoped_refptr<PepperFileMessageFilter> file_filter_;
|
|
|