Index: content/renderer/pepper_plugin_delegate_impl.h |
diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h |
index e99e2e03c2db777d6b44d00b58907629591dc64d..ca9cddab223063e405c0f8f5f55d22f395681c35 100644 |
--- a/content/renderer/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper_plugin_delegate_impl.h |
@@ -299,13 +299,13 @@ class PepperPluginDelegateImpl |
uint16_t port) OVERRIDE; |
virtual int32_t ConnectTcpAddress( |
webkit::ppapi::PPB_Flash_NetConnector_Impl* connector, |
- const struct PP_Flash_NetAddress* addr) OVERRIDE; |
+ const struct PP_NetAddress_Private* addr) OVERRIDE; |
// This is the completion for both |ConnectTcp()| and |ConnectTcpAddress()|. |
void OnConnectTcpACK( |
int request_id, |
base::PlatformFile socket, |
- const PP_Flash_NetAddress& local_addr, |
- const PP_Flash_NetAddress& remote_addr); |
+ const PP_NetAddress_Private& local_addr, |
+ const PP_NetAddress_Private& remote_addr); |
virtual int32_t ShowContextMenu( |
webkit::ppapi::PluginInstance* instance, |
webkit::ppapi::PPB_Flash_Menu_Impl* menu, |