| Index: webrtc/p2p/base/dtlstransportchannel.cc
|
| diff --git a/webrtc/p2p/base/dtlstransportchannel.cc b/webrtc/p2p/base/dtlstransportchannel.cc
|
| index b434d0860e1e73763a89d1fddbc2439d39fd5c4f..271d0baee6a8f0850ec536e09bf4ec384a427601 100644
|
| --- a/webrtc/p2p/base/dtlstransportchannel.cc
|
| +++ b/webrtc/p2p/base/dtlstransportchannel.cc
|
| @@ -186,7 +186,7 @@ bool DtlsTransportChannelWrapper::GetSslRole(rtc::SSLRole* role) const {
|
| return true;
|
| }
|
|
|
| -bool DtlsTransportChannelWrapper::GetSslCipher(std::string* cipher) {
|
| +bool DtlsTransportChannelWrapper::GetSslCipher(uint16_t* cipher) {
|
| if (dtls_state_ != STATE_OPEN) {
|
| return false;
|
| }
|
|
|