| 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 500966b7c1ab0fc7a0fc475a9c98f8a959d3df86..1fadb25c37f975fa9bf718eefbcca8b94fe540f7 100644
|
| --- a/webrtc/modules/congestion_controller/include/congestion_controller.h
|
| +++ b/webrtc/modules/congestion_controller/include/congestion_controller.h
|
| @@ -168,7 +168,7 @@ class CongestionController : public CallStatsObserver, public Module {
|
| PacketRouter* const packet_router_;
|
| const std::unique_ptr<PacedSender> pacer_;
|
| const std::unique_ptr<BitrateController> bitrate_controller_;
|
| - const std::unique_ptr<ProbeController> probe_controller_;
|
| + std::unique_ptr<ProbeController> probe_controller_;
|
| const std::unique_ptr<RateLimiter> retransmission_rate_limiter_;
|
| WrappingBitrateEstimator remote_bitrate_estimator_;
|
| RemoteEstimatorProxy remote_estimator_proxy_;
|
|
|