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..7e87382d43f64e04ff25420ccc4123f5d2814f28 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 |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -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* GetInterface0_2(); |
+ static const PPB_UDPSocket_Private_0_3* GetInterface0_3(); |
private: |
NACL_DISALLOW_COPY_AND_ASSIGN(PluginUDPSocketPrivate); |