| Index: webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc
|
| index ead8368b9255682766346bd87d46dce830448678..aa6536ff90a86a8feb0d5ba2eaac9f71188dc063 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc
|
| +++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc
|
| @@ -53,7 +53,7 @@ class RtpRtcpVideoTest : public ::testing::Test {
|
| rtp_receiver_.reset(RtpReceiver::CreateVideoReceiver(
|
| &fake_clock, receiver_, NULL, &rtp_payload_registry_));
|
|
|
| - video_module_->SetRTCPStatus(kRtcpCompound);
|
| + video_module_->SetRTCPStatus(RtcpMode::COMPOUND);
|
| video_module_->SetSSRC(test_ssrc_);
|
| rtp_receiver_->SetNACKStatus(kNackRtcp);
|
| video_module_->SetStorePacketsStatus(true, 600);
|
|
|