| Index: content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc b/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc
|
| index d515dad49652d81e402014453966a700672d02cd..86e1d97f5616bf7a825e9c4bcb2a281ee5fc8208 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc
|
| @@ -26,7 +26,7 @@ class P2PSocketHostTcpTest : public testing::Test {
|
| MatchMessage(static_cast<uint32>(P2PMsg_OnSocketCreated::ID))))
|
| .WillOnce(DoAll(DeleteArg<0>(), Return(true)));
|
|
|
| - socket_host_.reset(new P2PSocketHostTcp(&sender_, 0, 0));
|
| + socket_host_.reset(new P2PSocketHostTcp(&sender_, 0));
|
| socket_ = new FakeSocket(&sent_data_);
|
| socket_->SetLocalAddress(ParseAddress(kTestLocalIpAddress, kTestPort1));
|
| socket_host_->socket_.reset(socket_);
|
|
|