Index: webrtc/modules/congestion_controller/include/congestion_controller.h |
diff --git a/webrtc/modules/congestion_controller/include/congestion_controller.h b/webrtc/modules/congestion_controller/include/congestion_controller.h |
index 8c8972dd3ac18fee63321d07101a5fbf457f8e7e..f4381e2a4dd9ae645063b8b1ce87c8c93cc2fc9e 100644 |
--- a/webrtc/modules/congestion_controller/include/congestion_controller.h |
+++ b/webrtc/modules/congestion_controller/include/congestion_controller.h |
@@ -72,7 +72,6 @@ class CongestionController : public CallStatsObserver, public Module { |
rtc::ThreadChecker config_thread_checker_; |
const rtc::scoped_ptr<PacedSender> pacer_; |
const rtc::scoped_ptr<RemoteBitrateEstimator> remote_bitrate_estimator_; |
- const rtc::scoped_ptr<ProcessThread> pacer_thread_; |
const rtc::scoped_ptr<BitrateController> bitrate_controller_; |
PacketRouter packet_router_; |
RemoteEstimatorProxy remote_estimator_proxy_; |