aboutsummaryrefslogtreecommitdiff
path: root/pc/peer_connection_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pc/peer_connection_factory.cc')
-rw-r--r--pc/peer_connection_factory.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/pc/peer_connection_factory.cc b/pc/peer_connection_factory.cc
index 0109f3db7e..9bc8b37a09 100644
--- a/pc/peer_connection_factory.cc
+++ b/pc/peer_connection_factory.cc
@@ -33,7 +33,6 @@
#include "p2p/base/port_allocator.h"
#include "p2p/client/basic_port_allocator.h"
#include "pc/audio_track.h"
-#include "pc/channel_manager.h"
#include "pc/local_audio_source.h"
#include "pc/media_stream.h"
#include "pc/media_stream_proxy.h"
@@ -198,7 +197,6 @@ void PeerConnectionFactory::StopAecDump() {
cricket::MediaEngineInterface* PeerConnectionFactory::media_engine() const {
RTC_DCHECK(context_);
- RTC_DCHECK(context_->channel_manager());
return context_->media_engine();
}