Inject TaskQueueFactory in RtpTransportControllerSend.

Bug: webrtc:10365
Change-Id: I1656dcf774fb347afd8b28aa998acff8942cdd9f
Reviewed-on: https://webrtc-review.googlesource.com/c/125180
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26928}
diff --git a/call/rtp_transport_controller_send.h b/call/rtp_transport_controller_send.h
index ca70629..c8a9f2c 100644
--- a/call/rtp_transport_controller_send.h
+++ b/call/rtp_transport_controller_send.h
@@ -48,7 +48,9 @@
       Clock* clock,
       RtcEventLog* event_log,
       NetworkControllerFactoryInterface* controller_factory,
-      const BitrateConstraints& bitrate_config);
+      const BitrateConstraints& bitrate_config,
+      std::unique_ptr<ProcessThread> process_thread,
+      TaskQueueFactory* task_queue_factory);
   ~RtpTransportControllerSend() override;
 
   RtpVideoSenderInterface* CreateRtpVideoSender(