| Index: content/browser/renderer_host/p2p/socket_host_udp_unittest.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc b/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc
|
| index c0b3d35fc6d6d7900d9818abffe59cf2a19668f6..27e74a57944afeab0f2857a62c219202714603b3 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_udp_unittest.cc
|
| @@ -192,7 +192,7 @@ class P2PSocketHostUdpTest : public testing::Test {
|
| socket_host_->socket_.reset(socket_);
|
|
|
| local_address_ = ParseAddress(kTestLocalIpAddress, kTestPort1);
|
| - socket_host_->Init(local_address_, net::IPEndPoint());
|
| + socket_host_->Init(local_address_, P2PHostAndIPEndPoint());
|
|
|
| dest1_ = ParseAddress(kTestIpAddress1, kTestPort1);
|
| dest2_ = ParseAddress(kTestIpAddress2, kTestPort2);
|
|
|