| Index: webrtc/p2p/base/dtlstransportchannel.h
|
| diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h
|
| index ea6a579dfbc186e47c9e21859315e1c2553bf0e0..0b3e6059bbcb5b50485b56c1ddf3c40d64bacecd 100644
|
| --- a/webrtc/p2p/base/dtlstransportchannel.h
|
| +++ b/webrtc/p2p/base/dtlstransportchannel.h
|
| @@ -141,7 +141,7 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl {
|
| bool SetSslRole(rtc::SSLRole role) override;
|
|
|
| // Find out which DTLS cipher was negotiated
|
| - bool GetSslCipher(std::string* cipher) override;
|
| + bool GetSslCipher(rtc::SslCipher* cipher) override;
|
|
|
| // Once DTLS has been established, this method retrieves the certificate in
|
| // use by the remote peer, for use in external identity verification.
|
|
|