Index: webrtc/api/webrtcsession.h |
diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h |
index 6164731982620030ae4db7992204a2196982a1bc..01ec526501f07f1dbf8e27e50b9942e57db8af54 100644 |
--- a/webrtc/api/webrtcsession.h |
+++ b/webrtc/api/webrtcsession.h |
@@ -292,8 +292,8 @@ class WebRtcSession : public AudioProviderInterface, |
rtc::scoped_refptr<rtc::RTCCertificate>* certificate); |
// Caller owns returned certificate |
- virtual bool GetRemoteSSLCertificate(const std::string& transport_name, |
- rtc::SSLCertificate** cert); |
+ virtual rtc::scoped_ptr<rtc::SSLCertificate> GetRemoteSSLCertificate( |
+ const std::string& transport_name); |
cricket::DataChannelType data_channel_type() const; |