| Index: talk/app/webrtc/webrtcsession.h
 | 
| diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h
 | 
| index 570d32f03f6c822d72e4b08a5bead9981f69f7b2..159ebc805f14df29d5578ab56805fda388e77018 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 {
 | 
| @@ -120,7 +121,7 @@ class WebRtcSession : public cricket::BaseSession,
 | 
|    bool Initialize(
 | 
|        const PeerConnectionFactoryInterface::Options& options,
 | 
|        const MediaConstraintsInterface* constraints,
 | 
| -      DTLSIdentityServiceInterface* dtls_identity_service,
 | 
| +      DtlsIdentityStoreInterface* dtls_identity_store,
 | 
|        const PeerConnectionInterface::RTCConfiguration& rtc_configuration);
 | 
|    // Deletes the voice, video and data channel and changes the session state
 | 
|    // to STATE_RECEIVEDTERMINATE.
 | 
| 
 |