| Index: content/browser/renderer_host/p2p/socket_host_tcp_server.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp_server.cc b/content/browser/renderer_host/p2p/socket_host_tcp_server.cc
|
| index 52256433bdac6c9ed9715d377820933a91164b60..f2d2da9984613b0159d20aa71dfdc31554e916ab 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp_server.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp_server.cc
|
| @@ -41,7 +41,7 @@ P2PSocketHostTcpServer::~P2PSocketHostTcpServer() {
|
| }
|
|
|
| bool P2PSocketHostTcpServer::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, kListenBacklog);
|
|
|