Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc |
index e307242f8d392055d2eb92b39f7316a8d2b85fb3..733df8e1be516357360a141d8ff25e642632cd47 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc |
@@ -58,7 +58,8 @@ class BweFeedbackTest |
INSTANTIATE_TEST_CASE_P(VideoSendersTest, |
BweFeedbackTest, |
::testing::Values(kRembEstimator, |
- kFullSendSideEstimator)); |
+ kAbsSendTimeEstimator, |
+ kSendSideEstimator)); |
TEST_P(BweFeedbackTest, ConstantCapacity) { |
AdaptiveVideoSource source(0, 30, 300, 0, 0); |