| Index: chrome/browser/nacl_host/nacl_process_host.h
|
| diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h
|
| index 6db00bc3954c0090c9f57d510a0f6efb658cf341..59e8add5990371f54135aedc32e6532b1c4416e3 100644
|
| --- a/chrome/browser/nacl_host/nacl_process_host.h
|
| +++ b/chrome/browser/nacl_host/nacl_process_host.h
|
| @@ -230,7 +230,7 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
|
| // Plugin listener, to forward browser channel messages to us.
|
| PluginListener ipc_plugin_listener_;
|
| // Browser host for plugin process.
|
| - scoped_ptr<content::BrowserPpapiHost> ppapi_host_;
|
| + scoped_refptr<content::BrowserPpapiHost> ppapi_host_;
|
|
|
| int render_view_id_;
|
|
|
|
|