Index: talk/app/webrtc/test/peerconnectiontestwrapper.h |
diff --git a/talk/app/webrtc/test/peerconnectiontestwrapper.h b/talk/app/webrtc/test/peerconnectiontestwrapper.h |
index b65426326f7e4e69ec770a55ea78e633a79d475c..883f2f2454166f84e47f4303e87c60b7293e2bd9 100644 |
--- a/talk/app/webrtc/test/peerconnectiontestwrapper.h |
+++ b/talk/app/webrtc/test/peerconnectiontestwrapper.h |
@@ -34,11 +34,6 @@ |
#include "talk/app/webrtc/test/fakevideotrackrenderer.h" |
#include "webrtc/base/sigslot.h" |
-namespace webrtc { |
-class DtlsIdentityStoreInterface; |
-class PortAllocatorFactoryInterface; |
-} |
- |
class PeerConnectionTestWrapper |
: public webrtc::PeerConnectionObserver, |
public webrtc::CreateSessionDescriptionObserver, |
@@ -110,8 +105,6 @@ class PeerConnectionTestWrapper |
bool video, const webrtc::FakeConstraints& video_constraints); |
std::string name_; |
- rtc::scoped_refptr<webrtc::PortAllocatorFactoryInterface> |
- allocator_factory_; |
rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection_; |
rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> |
peer_connection_factory_; |