| Index: webrtc/common_types.h
|
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
|
| index 7b62dbca09bf63fc2e301f92e967ce62ce2ad488..bf7566c3ccd6bad0c3814e22896b987858419c2b 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>
|
| @@ -782,7 +781,7 @@ struct RTPHeaderExtension {
|
| VideoContentType videoContentType;
|
|
|
| bool has_video_timing;
|
| - VideoTiming video_timing;
|
| + VideoSendTiming video_timing;
|
|
|
| PlayoutDelay playout_delay = {-1, -1};
|
|
|
|
|