| 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..ef02629798c8ff1dfa9fed22742aad254ae0814c 100644
|
| --- a/webkit/plugins/ppapi/ppb_broker_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_broker_impl.h
|
| @@ -32,7 +32,7 @@ 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(::ppapi::ApiCallbackType connect_callback) OVERRIDE;
|
| virtual int32_t GetHandle(int32_t* handle) OVERRIDE;
|
|
|
| void BrokerConnected(int32_t handle, int32_t result);
|
|
|