| 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 871666da8aff28096b15f32e04ea7fcef47ef509..de57b52b88e9569fcd73e4a1f609809bc97046a0 100644
|
| --- a/content/browser/ppapi_plugin_process_host.h
|
| +++ b/content/browser/ppapi_plugin_process_host.h
|
| @@ -124,7 +124,7 @@ class PpapiPluginProcessHost : public content::BrowserChildProcessHostDelegate,
|
| // Handles most requests from the plugin. May be NULL.
|
| scoped_refptr<PepperMessageFilter> filter_;
|
|
|
| - scoped_ptr<content::BrowserPpapiHostImpl> host_impl_;
|
| + scoped_refptr<content::BrowserPpapiHostImpl> host_impl_;
|
|
|
| // Handles filesystem requests from flash plugins. May be NULL.
|
| scoped_refptr<PepperFileMessageFilter> file_filter_;
|
|
|