aboutsummaryrefslogtreecommitdiff
path: root/audio/channel_receive.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/channel_receive.h')
-rw-r--r--audio/channel_receive.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/channel_receive.h b/audio/channel_receive.h
index 196e441fac..f5afe50f3b 100644
--- a/audio/channel_receive.h
+++ b/audio/channel_receive.h
@@ -44,7 +44,6 @@ namespace webrtc {
class AudioDeviceModule;
class FrameDecryptorInterface;
class PacketRouter;
-class ProcessThread;
class RateLimiter;
class ReceiveStatistics;
class RtcEventLog;
@@ -169,7 +168,6 @@ class ChannelReceiveInterface : public RtpPacketSinkInterface {
std::unique_ptr<ChannelReceiveInterface> CreateChannelReceive(
Clock* clock,
- ProcessThread* module_process_thread,
NetEqFactory* neteq_factory,
AudioDeviceModule* audio_device_module,
Transport* rtcp_send_transport,