Index: webrtc/common_types.cc |
diff --git a/webrtc/common_types.cc b/webrtc/common_types.cc |
index 82307ce52b37393837d79bde3938ba101ab60c0c..74f1335c72bd1006df5fcb2c0b1a0be88afeb164 100644 |
--- a/webrtc/common_types.cc |
+++ b/webrtc/common_types.cc |
@@ -54,7 +54,7 @@ RTPHeaderExtension::RTPHeaderExtension() |
hasVideoRotation(false), |
videoRotation(kVideoRotation_0), |
hasVideoContentType(false), |
- videoContentType(VideoContentType::UNSPECIFIED), |
+ videoContentType(VideoContentType::Unspecified()), |
has_video_timing(false) {} |
RTPHeader::RTPHeader() |