| Index: webrtc/modules/congestion_controller/probe_bitrate_estimator.h
|
| diff --git a/webrtc/modules/congestion_controller/probe_bitrate_estimator.h b/webrtc/modules/congestion_controller/probe_bitrate_estimator.h
|
| index 7286f72af20e94de562a99b814961c4286ee9cda..1666a1a584f00f68e6158e2eb507dce0329bbc5b 100644
|
| --- a/webrtc/modules/congestion_controller/probe_bitrate_estimator.h
|
| +++ b/webrtc/modules/congestion_controller/probe_bitrate_estimator.h
|
| @@ -22,6 +22,7 @@ class RtcEventLog;
|
| class ProbeBitrateEstimator {
|
| public:
|
| explicit ProbeBitrateEstimator(RtcEventLog* event_log);
|
| + ~ProbeBitrateEstimator();
|
|
|
| // Should be called for every probe packet we receive feedback about.
|
| // Returns the estimated bitrate if the probe completes a valid cluster.
|
|
|