| Index: webrtc/video/stream_synchronization.h
|
| diff --git a/webrtc/video/stream_synchronization.h b/webrtc/video/stream_synchronization.h
|
| index f231cfb1751aea062fe3935d14de7146b8c3fb24..c700ee3bf70641fc792edcbdea45e23a67da8fd9 100644
|
| --- a/webrtc/video/stream_synchronization.h
|
| +++ b/webrtc/video/stream_synchronization.h
|
| @@ -22,7 +22,7 @@ class StreamSynchronization {
|
| public:
|
| struct Measurements {
|
| Measurements() : rtcp(), latest_receive_time_ms(0), latest_timestamp(0) {}
|
| - RtcpList rtcp;
|
| + RtcpMeasurements rtcp;
|
| int64_t latest_receive_time_ms;
|
| uint32_t latest_timestamp;
|
| };
|
|
|