Index: content/browser/renderer_host/p2p/socket_host_udp.cc |
diff --git a/content/browser/renderer_host/p2p/socket_host_udp.cc b/content/browser/renderer_host/p2p/socket_host_udp.cc |
index 08ed7a25555dc5f303a8360aa4aa438c7f741f2d..7569bb3038ec88081ab354e12ae32e29d48901fe 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_udp.cc |
+++ b/content/browser/renderer_host/p2p/socket_host_udp.cc |
@@ -83,7 +83,7 @@ P2PSocketHostUdp::~P2PSocketHostUdp() { |
} |
bool P2PSocketHostUdp::Init(const net::IPEndPoint& local_address, |
- const net::IPEndPoint& remote_address) { |
+ const P2PHostAndIPEndPoint& remote_address) { |
DCHECK_EQ(state_, STATE_UNINITIALIZED); |
int result = socket_->Listen(local_address); |