Index: talk/app/webrtc/webrtcsession.h |
diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h |
index 30ebc1e49ee8dcc07e015e20f784f87d84af725e..47b49b661a28f39b25fdbcfa0ad86b141d4280a5 100644 |
--- a/talk/app/webrtc/webrtcsession.h |
+++ b/talk/app/webrtc/webrtcsession.h |
@@ -39,6 +39,7 @@ |
#include "webrtc/p2p/base/session.h" |
#include "talk/session/media/mediasession.h" |
#include "webrtc/base/sigslot.h" |
+#include "webrtc/base/sslidentity.h" |
#include "webrtc/base/thread.h" |
namespace cricket { |
@@ -125,7 +126,7 @@ class WebRtcSession : public cricket::BaseSession, |
bool Initialize( |
const PeerConnectionFactoryInterface::Options& options, |
const MediaConstraintsInterface* constraints, |
- DTLSIdentityServiceInterface* dtls_identity_service, |
+ rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, |
const PeerConnectionInterface::RTCConfiguration& rtc_configuration); |
// Deletes the voice, video and data channel and changes the session state |
// to STATE_RECEIVEDTERMINATE. |