Index: content/browser/renderer_host/p2p_socket_host.h |
diff --git a/content/browser/renderer_host/p2p_socket_host.h b/content/browser/renderer_host/p2p_socket_host.h |
index 6d8656c19ae590441cb16e2722e7bafd9e907f6a..b7cd919e66c59fd343a4d5cf3cedc726d9f5a553 100644 |
--- a/content/browser/renderer_host/p2p_socket_host.h |
+++ b/content/browser/renderer_host/p2p_socket_host.h |
@@ -7,6 +7,8 @@ |
#include "content/common/p2p_sockets.h" |
+#include "net/base/ip_endpoint.h" |
+ |
class P2PSocketsHost; |
// Base class for P2P sockets used by P2PSocketsHost. |
@@ -23,7 +25,7 @@ class P2PSocketHost { |
virtual bool Init() = 0; |
// Sends |data| on the socket to |socket_address|. |
- virtual void Send(const P2PSocketAddress& socket_address, |
+ virtual void Send(const net::IPEndPoint& socket_address, |
const std::vector<char>& data) = 0; |
protected: |