| Index: webrtc/p2p/base/transportchannel.h
|
| diff --git a/webrtc/p2p/base/transportchannel.h b/webrtc/p2p/base/transportchannel.h
|
| index 5e7adfa9c7e76727ec2a4b79bdcd958c878f8197..2df60412fb5b5ce24a747286bcbeae49e8bced0d 100644
|
| --- a/webrtc/p2p/base/transportchannel.h
|
| +++ b/webrtc/p2p/base/transportchannel.h
|
| @@ -109,7 +109,7 @@ class TransportChannel : public sigslot::has_slots<> {
|
| virtual bool GetSrtpCipher(std::string* cipher) = 0;
|
|
|
| // Finds out which DTLS cipher was negotiated.
|
| - virtual bool GetSslCipher(std::string* cipher) = 0;
|
| + virtual bool GetSslCipher(uint16_t* cipher) = 0;
|
|
|
| // Gets the local RTCCertificate used for DTLS.
|
| virtual rtc::scoped_refptr<rtc::RTCCertificate>
|
|
|