| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
|
| index 8c81c8c90ee4e3e0c37e9d04c018fe16ae403934..e08d3b283c990c8d42c485478f64a032b75a0183 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
|
| @@ -13,7 +13,8 @@ namespace ppapi_proxy {
|
| // Implements the untrusted side of the PPB_NetAddress_Private interface.
|
| class PluginNetAddressPrivate {
|
| public:
|
| - static const PPB_NetAddress_Private* GetInterface();
|
| + static const PPB_NetAddress_Private_0_1* GetInterface0_1();
|
| + static const PPB_NetAddress_Private_1_0* GetInterface1_0();
|
|
|
| private:
|
| NACL_DISALLOW_COPY_AND_ASSIGN(PluginNetAddressPrivate);
|
|
|