| Index: webrtc/common_types.h
|
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
|
| index b0a21d604603eb86ee95c1f88add6a060ac78dab..65cc88146979516c84f786285f5e86b4934f3684 100644
|
| --- a/webrtc/common_types.h
|
| +++ b/webrtc/common_types.h
|
| @@ -13,7 +13,6 @@
|
|
|
| #include <stddef.h>
|
| #include <string.h>
|
| -
|
| #include <ostream>
|
| #include <string>
|
| #include <vector>
|
| @@ -778,7 +777,7 @@ struct RTPHeaderExtension {
|
| VideoContentType videoContentType;
|
|
|
| bool has_video_timing;
|
| - VideoTiming video_timing;
|
| + VideoSendTiming video_timing;
|
|
|
| PlayoutDelay playout_delay = {-1, -1};
|
|
|
|
|