| Index: talk/app/webrtc/test/peerconnectiontestwrapper.h
|
| diff --git a/talk/app/webrtc/test/peerconnectiontestwrapper.h b/talk/app/webrtc/test/peerconnectiontestwrapper.h
|
| index 136f6660e6649623fc57f7f027db744ec395e75f..bf16da23c5a09c2d1ed19ac42b91ce5fcd588ef2 100644
|
| --- a/talk/app/webrtc/test/peerconnectiontestwrapper.h
|
| +++ b/talk/app/webrtc/test/peerconnectiontestwrapper.h
|
| @@ -36,6 +36,7 @@
|
| #include "webrtc/base/thread.h"
|
|
|
| namespace webrtc {
|
| +class DtlsIdentityStoreInterface;
|
| class PortAllocatorFactoryInterface;
|
| }
|
|
|
| @@ -113,6 +114,7 @@ class PeerConnectionTestWrapper
|
| rtc::scoped_refptr<webrtc::PortAllocatorFactoryInterface>
|
| allocator_factory_;
|
| rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection_;
|
| + rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store_;
|
| rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface>
|
| peer_connection_factory_;
|
| rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_;
|
|
|