Chromium Code Reviews| Index: webrtc/p2p/base/turnport_unittest.cc |
| diff --git a/webrtc/p2p/base/turnport_unittest.cc b/webrtc/p2p/base/turnport_unittest.cc |
| index 3172ba252f2930156792fa57049d31c460f5c045..c97f5d77ef96bfeb83be1307366e2e915ee3e59e 100644 |
| --- a/webrtc/p2p/base/turnport_unittest.cc |
| +++ b/webrtc/p2p/base/turnport_unittest.cc |
| @@ -272,7 +272,7 @@ class TurnPortTest : public testing::Test, |
| udp_port_.reset(UDPPort::Create(main_, &socket_factory_, &network_, |
| kLocalAddr2.ipaddr(), 0, 0, |
| kIceUfrag2, kIcePwd2, |
| - std::string())); |
| + std::string(), false)); |
|
pthatcher1
2015/08/07 21:59:49
I'm still not a big fan of the parameter list grow
guoweis_webrtc
2015/08/13 15:08:52
struct?
min_port, max_port could be combined to p
|
| // Set protocol type to RFC5245, as turn port is also in same mode. |
| // UDP port will be controlled. |
| udp_port_->SetIceProtocolType(cricket::ICEPROTO_RFC5245); |