| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.h
|
| index 58ddde9b5b6c1823c6910a076905636e84ce2dd6..f717f50f31f23e21db35988f1d881e134a38b881 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.h
|
| @@ -13,7 +13,8 @@ namespace ppapi_proxy {
|
| // Implements the untrusted side of the PPB_TCPSocket_Private interface.
|
| class PluginTCPSocketPrivate {
|
| public:
|
| - static const PPB_TCPSocket_Private* GetInterface();
|
| + static const PPB_TCPSocket_Private_0_3* GetInterface0_3();
|
| + static const PPB_TCPSocket_Private_0_4* GetInterface0_4();
|
|
|
| private:
|
| NACL_DISALLOW_COPY_AND_ASSIGN(PluginTCPSocketPrivate);
|
|
|