Index: webrtc/video/video_send_stream_tests.cc |
diff --git a/webrtc/video/video_send_stream_tests.cc b/webrtc/video/video_send_stream_tests.cc |
index 7a60b765e2a329361e5c0d4a2c3bfec6f89efdad..fad0fb60e850c54214bd27ebce6db00a4e698812 100644 |
--- a/webrtc/video/video_send_stream_tests.cc |
+++ b/webrtc/video/video_send_stream_tests.cc |
@@ -318,8 +318,8 @@ TEST_F(VideoSendStreamTest, SupportsVideoContentType) { |
if (!header.markerBit) |
return SEND_PACKET; |
EXPECT_TRUE(header.extension.hasVideoContentType); |
- EXPECT_EQ(VideoContentType::SCREENSHARE, |
- header.extension.videoContentType); |
+ EXPECT_TRUE(videocontenttypehelpers::IsScreenshare( |
+ header.extension.videoContentType)); |
observation_complete_.Set(); |
return SEND_PACKET; |
} |