| Index: media/cast/net/rtcp/receiver_rtcp_event_subscriber.cc
|
| diff --git a/media/cast/net/rtcp/receiver_rtcp_event_subscriber.cc b/media/cast/net/rtcp/receiver_rtcp_event_subscriber.cc
|
| index 7935e673ffc3c5071995c57175c53437d29d0ab9..87954ae29df8f60b09155929f55781445116468d 100644
|
| --- a/media/cast/net/rtcp/receiver_rtcp_event_subscriber.cc
|
| +++ b/media/cast/net/rtcp/receiver_rtcp_event_subscriber.cc
|
| @@ -70,8 +70,8 @@ void ReceiverRtcpEventSubscriber::OnReceivePacketEvent(
|
| }
|
|
|
| struct CompareByFirst {
|
| - bool operator()(const std::pair<RtpTimestamp, RtcpEvent>& a,
|
| - const std::pair<RtpTimestamp, RtcpEvent>& b) {
|
| + bool operator()(const std::pair<RtpTimeTicks, RtcpEvent>& a,
|
| + const std::pair<RtpTimeTicks, RtcpEvent>& b) {
|
| return a.first < b.first;
|
| }
|
| };
|
|
|