| Index: webkit/plugins/ppapi/ppb_broker_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_broker_impl.h b/webkit/plugins/ppapi/ppb_broker_impl.h
|
| index 51b5f00a555742872b8873160aad7b0cd8e185c8..6799c4f8ad5f8574139649e8ee9322ecf1824cdf 100644
|
| --- a/webkit/plugins/ppapi/ppb_broker_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_broker_impl.h
|
| @@ -32,7 +32,8 @@ class WEBKIT_PLUGINS_EXPORT PPB_Broker_Impl
|
| virtual ::ppapi::thunk::PPB_Broker_API* AsPPB_Broker_API() OVERRIDE;
|
|
|
| // PPB_BrokerTrusted implementation.
|
| - virtual int32_t Connect(PP_CompletionCallback connect_callback) OVERRIDE;
|
| + virtual int32_t Connect(
|
| + scoped_refptr< ::ppapi::TrackedCallback> connect_callback) OVERRIDE;
|
| virtual int32_t GetHandle(int32_t* handle) OVERRIDE;
|
|
|
| void BrokerConnected(int32_t handle, int32_t result);
|
|
|