Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_udp_socket_private.h |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_udp_socket_private.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_udp_socket_private.h |
index efd5d163a4eaf9a15914aaa6358a74bebeeab02a..bbfd5930ead6392c40943745e9161ebb952979b4 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_udp_socket_private.h |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_udp_socket_private.h |
@@ -13,7 +13,8 @@ namespace ppapi_proxy { |
// Implements the untrusted side of the PPB_UDPSocket_Private interface. |
class PluginUDPSocketPrivate { |
public: |
- static const PPB_UDPSocket_Private* GetInterface(); |
+ static const PPB_UDPSocket_Private_0_2* GetInterface_0_2(); |
+ static const PPB_UDPSocket_Private_0_3* GetInterface_0_3(); |
private: |
NACL_DISALLOW_COPY_AND_ASSIGN(PluginUDPSocketPrivate); |