| Index: webrtc/p2p/base/transportcontroller_unittest.cc
|
| diff --git a/webrtc/p2p/base/transportcontroller_unittest.cc b/webrtc/p2p/base/transportcontroller_unittest.cc
|
| index c78352591b09ca49ce4ed39582bd538a010a4093..8eeed7d56d3bca7bcee9518c663d32de06ad6911 100644
|
| --- a/webrtc/p2p/base/transportcontroller_unittest.cc
|
| +++ b/webrtc/p2p/base/transportcontroller_unittest.cc
|
| @@ -260,12 +260,12 @@ TEST_F(TransportControllerTest, TestSetAndGetLocalCertificate) {
|
| rtc::scoped_refptr<rtc::RTCCertificate> certificate1 =
|
| rtc::RTCCertificate::Create(
|
| rtc::scoped_ptr<rtc::SSLIdentity>(
|
| - rtc::SSLIdentity::Generate("session1", rtc::KT_DEFAULT))
|
| + rtc::SSLIdentity::Generate("session1", rtc::KeyTypeFull()))
|
| .Pass());
|
| rtc::scoped_refptr<rtc::RTCCertificate> certificate2 =
|
| rtc::RTCCertificate::Create(
|
| rtc::scoped_ptr<rtc::SSLIdentity>(
|
| - rtc::SSLIdentity::Generate("session2", rtc::KT_DEFAULT))
|
| + rtc::SSLIdentity::Generate("session2", rtc::KeyTypeFull()))
|
| .Pass());
|
| rtc::scoped_refptr<rtc::RTCCertificate> returned_certificate;
|
|
|
|
|