Index: trunk/src/media/cast/rtcp/rtcp_sender_unittest.cc |
=================================================================== |
--- trunk/src/media/cast/rtcp/rtcp_sender_unittest.cc (revision 226266) |
+++ trunk/src/media/cast/rtcp/rtcp_sender_unittest.cc (working copy) |
@@ -32,12 +32,12 @@ |
} |
virtual bool SendPacket(const std::vector<uint8>& packet, |
- int num_of_packets) OVERRIDE { |
+ int num_of_packets) { |
return false; |
} |
virtual bool ResendPacket(const std::vector<uint8>& packet, |
- int num_of_packets) OVERRIDE { |
+ int num_of_packets) { |
return false; |
} |
@@ -228,7 +228,7 @@ |
RtcpCastMessage cast_message(kMediaSsrc); |
cast_message.ack_frame_id_ = kAckFrameId; |
- std::set<uint16> missing_packets; |
+ std::set<uint16_t> missing_packets; |
cast_message.missing_frames_and_packets_[ |
kLostFrameId] = missing_packets; |