Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index 394bcab5a116b67ab2ae005e7edba3cef576632a..a5323d0c3e7a692227cd8965e98ae87877c88a43 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -29,8 +29,10 @@ |
class AudioMessageFilter; |
class GURL; |
+struct PP_NetAddress_Private; |
class SkBitmap; |
class Task; |
+class TransportDIB; |
namespace base { |
class MessageLoopProxy; |
@@ -72,10 +74,6 @@ namespace webkit_glue { |
class P2PTransport; |
} // namespace webkit_glue |
-struct PP_Flash_NetAddress; |
- |
-class TransportDIB; |
- |
namespace webkit { |
namespace ppapi { |
@@ -387,7 +385,7 @@ class PluginDelegate { |
uint16_t port) = 0; |
virtual int32_t ConnectTcpAddress( |
webkit::ppapi::PPB_Flash_NetConnector_Impl* connector, |
- const struct PP_Flash_NetAddress* addr) = 0; |
+ const PP_NetAddress_Private* addr) = 0; |
// Show the given context menu at the given position (in the plugin's |
// coordinates). |