Index: webrtc/p2p/base/transportchannel.h |
diff --git a/webrtc/p2p/base/transportchannel.h b/webrtc/p2p/base/transportchannel.h |
index f195a0edc2f01211187f4c77ea737abdcb188ccb..58ccf43c1561f145db47a794bb70b9e92fb41f32 100644 |
--- a/webrtc/p2p/base/transportchannel.h |
+++ b/webrtc/p2p/base/transportchannel.h |
@@ -104,7 +104,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(rtc::SslCipher* cipher) = 0; |
// Gets the local RTCCertificate used for DTLS. |
virtual rtc::scoped_refptr<rtc::RTCCertificate> |