Index: webrtc/api/webrtcsession.h |
diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h |
index 752b20f4b4f7d251be4f6c8dfb58e47434f29f5d..1444345a4314b828148951edaebc855053839659 100644 |
--- a/webrtc/api/webrtcsession.h |
+++ b/webrtc/api/webrtcsession.h |
@@ -11,6 +11,7 @@ |
#ifndef WEBRTC_API_WEBRTCSESSION_H_ |
#define WEBRTC_API_WEBRTCSESSION_H_ |
+#include <memory> |
#include <set> |
#include <string> |
#include <vector> |
@@ -293,7 +294,7 @@ class WebRtcSession : public AudioProviderInterface, |
rtc::scoped_refptr<rtc::RTCCertificate>* certificate); |
// Caller owns returned certificate |
- virtual rtc::scoped_ptr<rtc::SSLCertificate> GetRemoteSSLCertificate( |
+ virtual std::unique_ptr<rtc::SSLCertificate> GetRemoteSSLCertificate( |
const std::string& transport_name); |
cricket::DataChannelType data_channel_type() const; |