| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc
|
| index b417591af12f8c9f00780e0304e84bed1f1f5049..7c00a64455fa9967fc30dea2be2d7b1e4fa488a6 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc
|
| @@ -231,7 +231,7 @@ class RtpRtcpImplTest : public ::testing::Test {
|
| rtp_video_header.width = codec_.width;
|
| rtp_video_header.height = codec_.height;
|
| rtp_video_header.rotation = kVideoRotation_0;
|
| - rtp_video_header.content_type = VideoContentType::UNSPECIFIED;
|
| + rtp_video_header.content_type = VideoContentType::Unspecified();
|
| rtp_video_header.playout_delay = {-1, -1};
|
| rtp_video_header.is_first_packet_in_frame = true;
|
| rtp_video_header.simulcastIdx = 0;
|
|
|