Index: webrtc/p2p/base/dtlstransportchannel.h |
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h |
index a58b1a0f6b8de695cbe1ce5c5192b50a74f8ccf4..29a089f3637b78058efbed692d0efba5978f4e73 100644 |
--- a/webrtc/p2p/base/dtlstransportchannel.h |
+++ b/webrtc/p2p/base/dtlstransportchannel.h |
@@ -137,7 +137,7 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl { |
// Once DTLS has been established, this method retrieves the certificate in |
// use by the remote peer, for use in external identity verification. |
- bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const override; |
+ rtc::scoped_ptr<rtc::SSLCertificate> GetRemoteSSLCertificate() const override; |
// Once DTLS has established (i.e., this channel is writable), this method |
// extracts the keys negotiated during the DTLS handshake, for use in external |