Index: webrtc/p2p/quic/quictransportchannel_unittest.cc |
diff --git a/webrtc/p2p/quic/quictransportchannel_unittest.cc b/webrtc/p2p/quic/quictransportchannel_unittest.cc |
index 49ca29cd149d774123dee242af7bef9b02b1d7cd..c973f2da8fb28ba017cb3e30ae20445a3a84eca7 100644 |
--- a/webrtc/p2p/quic/quictransportchannel_unittest.cc |
+++ b/webrtc/p2p/quic/quictransportchannel_unittest.cc |
@@ -134,9 +134,8 @@ class QuicTestPeer : public sigslot::has_slots<> { |
std::vector<std::string>(), kIceUfrag, kIcePwd, cricket::ICEMODE_FULL, |
remote_connection_role, remote_fingerprint); |
- quic_channel_.SetIceCredentials(local_desc.ice_ufrag, local_desc.ice_pwd); |
- quic_channel_.SetRemoteIceCredentials(remote_desc.ice_ufrag, |
- remote_desc.ice_pwd); |
+ quic_channel_.SetIceParameters(local_desc.GetIceParameters()); |
+ quic_channel_.SetRemoteIceParameters(remote_desc.GetIceParameters()); |
} |
// Creates fingerprint from certificate. |