| Index: webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
 | 
| diff --git a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
 | 
| index cff7e70c5d38b002bcb40b4bb017640b9ba77288..c8817c1fcbd544570e01f1c870380cacd209af45 100644
 | 
| --- a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
 | 
| +++ b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
 | 
| @@ -48,7 +48,8 @@ INSTANTIATE_TEST_CASE_P(VideoSendersTest,
 | 
|                          BweSimulation,
 | 
|                          ::testing::Values(kRembEstimator,
 | 
|                                            kSendSideEstimator,
 | 
| -                                          kNadaEstimator));
 | 
| +                                          kNadaEstimator,
 | 
| +                                          kBbrEstimator));
 | 
|  
 | 
|  TEST_P(BweSimulation, SprintUplinkTest) {
 | 
|    AdaptiveVideoSource source(0, 30, 300, 0, 0);
 | 
| 
 |