Index: webrtc/video_engine/vie_channel.cc |
diff --git a/webrtc/video_engine/vie_channel.cc b/webrtc/video_engine/vie_channel.cc |
index 8f4d2c6d59a9f3737fba29cdfcf3384186605ffb..f2e5e609fef3f23ef1d2ae3f8fe11bae0115eb0d 100644 |
--- a/webrtc/video_engine/vie_channel.cc |
+++ b/webrtc/video_engine/vie_channel.cc |
@@ -17,7 +17,6 @@ |
#include "webrtc/common.h" |
#include "webrtc/common_video/interface/incoming_video_stream.h" |
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h" |
-#include "webrtc/experiments.h" |
#include "webrtc/frame_callback.h" |
#include "webrtc/modules/pacing/include/paced_sender.h" |
#include "webrtc/modules/pacing/include/packet_router.h" |
@@ -81,7 +80,6 @@ class ViEChannelProtectionCallback : public VCMProtectionCallback { |
ViEChannel::ViEChannel(int32_t channel_id, |
int32_t engine_id, |
uint32_t number_of_cores, |
- const Config& config, |
Transport* transport, |
ProcessThread* module_process_thread, |
RtcpIntraFrameObserver* intra_frame_observer, |