| 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..30a6a1c303fbd5fc836630cceab4cc084aa18889 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::kCompound);
|
| video_module_->SetSSRC(test_ssrc_);
|
| rtp_receiver_->SetNACKStatus(kNackRtcp);
|
| video_module_->SetStorePacketsStatus(true, 600);
|
|
|