Index: webrtc/p2p/base/dtlstransportchannel.h |
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h |
index 96ea29fa5d3038dbad7117b427769fee29db39c4..b6c3cfd2510fba04b20e62c340d0c0fe79d4c59c 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 |