| Index: webrtc/p2p/base/dtlstransportchannel_unittest.cc
|
| diff --git a/webrtc/p2p/base/dtlstransportchannel_unittest.cc b/webrtc/p2p/base/dtlstransportchannel_unittest.cc
|
| index 3e34affb4b4fc36e8f925983d0926ee5f9903129..486b51aec9788a0cc4d9bd8805ffb33f44482a3c 100644
|
| --- a/webrtc/p2p/base/dtlstransportchannel_unittest.cc
|
| +++ b/webrtc/p2p/base/dtlstransportchannel_unittest.cc
|
| @@ -42,7 +42,7 @@ static bool IsRtpLeadByte(uint8_t b) {
|
| cricket::TransportDescription MakeTransportDescription(
|
| const rtc::scoped_refptr<rtc::RTCCertificate>& cert,
|
| cricket::ConnectionRole role) {
|
| - rtc::scoped_ptr<rtc::SSLFingerprint> fingerprint;
|
| + std::unique_ptr<rtc::SSLFingerprint> fingerprint;
|
| if (cert) {
|
| std::string digest_algorithm;
|
| cert->ssl_certificate().GetSignatureDigestAlgorithm(&digest_algorithm);
|
|
|