Index: webrtc/api/webrtcsession.h |
diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h |
index 98217bff266a2a67e7fbb99964210051d88fa5a1..dd47229a61e1a5f55568a8ecb53e4e66c3450a95 100644 |
--- a/webrtc/api/webrtcsession.h |
+++ b/webrtc/api/webrtcsession.h |
@@ -153,7 +153,7 @@ class WebRtcSession : public AudioProviderInterface, |
bool Initialize( |
const PeerConnectionFactoryInterface::Options& options, |
- std::unique_ptr<DtlsIdentityStoreInterface> dtls_identity_store, |
+ std::unique_ptr<rtc::RTCCertificateGeneratorInterface> cert_generator, |
const PeerConnectionInterface::RTCConfiguration& rtc_configuration); |
// Deletes the voice, video and data channel and changes the session state |
// to STATE_CLOSED. |