diff options
Diffstat (limited to 'webkit/plugins/ppapi/ppb_broker_impl.h')
-rw-r--r-- | webkit/plugins/ppapi/ppb_broker_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppb_broker_impl.h b/webkit/plugins/ppapi/ppb_broker_impl.h index f83d280..66454b9 100644 --- a/webkit/plugins/ppapi/ppb_broker_impl.h +++ b/webkit/plugins/ppapi/ppb_broker_impl.h @@ -38,7 +38,7 @@ class PPB_Broker_Impl : public Resource { private: // PluginDelegate ppapi broker object. // We don't own this pointer but are responsible for calling Release on it. - PluginDelegate::PpapiBroker* broker_; + scoped_refptr<PluginDelegate::PpapiBroker> broker_; // Callback invoked from BrokerConnected. scoped_refptr<TrackedCompletionCallback> connect_callback_; |