| Index: webrtc/modules/congestion_controller/include/send_side_congestion_controller.h
|
| diff --git a/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h b/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h
|
| index 4533d46e8efd637bf0bb6019b6bf4547f033317f..fd76ba0cded7a749021a5b225fc9a1485f971f84 100644
|
| --- a/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h
|
| +++ b/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h
|
| @@ -34,7 +34,6 @@
|
|
|
| class BitrateController;
|
| class Clock;
|
| -class AcknowledgedBitrateEstimator;
|
| class ProbeController;
|
| class RateLimiter;
|
| class RtcEventLog;
|
| @@ -142,7 +141,6 @@
|
| RtcEventLog* const event_log_;
|
| const std::unique_ptr<PacedSender> pacer_;
|
| const std::unique_ptr<BitrateController> bitrate_controller_;
|
| - std::unique_ptr<AcknowledgedBitrateEstimator> acknowledged_bitrate_estimator_;
|
| const std::unique_ptr<ProbeController> probe_controller_;
|
| const std::unique_ptr<RateLimiter> retransmission_rate_limiter_;
|
| TransportFeedbackAdapter transport_feedback_adapter_;
|
|
|