| Index: call/rampup_tests.cc
 | 
| diff --git a/call/rampup_tests.cc b/call/rampup_tests.cc
 | 
| index da7095cbe6721d4f04c5f93cb36132db989511a4..6ce2efd6ac58c14edbff4905c8b9e447729ee064 100644
 | 
| --- a/call/rampup_tests.cc
 | 
| +++ b/call/rampup_tests.cc
 | 
| @@ -202,9 +202,9 @@ void RampUpTester::ModifyVideoConfigs(
 | 
|      recv_config.rtp.nack.rtp_history_ms = send_config->rtp.nack.rtp_history_ms;
 | 
|  
 | 
|      if (red_) {
 | 
| -      recv_config.rtp.ulpfec.red_payload_type =
 | 
| +      recv_config.rtp.red_payload_type =
 | 
|            send_config->rtp.ulpfec.red_payload_type;
 | 
| -      recv_config.rtp.ulpfec.ulpfec_payload_type =
 | 
| +      recv_config.rtp.ulpfec_payload_type =
 | 
|            send_config->rtp.ulpfec.ulpfec_payload_type;
 | 
|        if (rtx_) {
 | 
|          recv_config.rtp.rtx_associated_payload_types
 | 
| 
 |