| Index: trunk/src/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc
|
| ===================================================================
|
| --- trunk/src/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc (revision 226266)
|
| +++ trunk/src/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc (working copy)
|
| @@ -10,8 +10,8 @@
|
| namespace media {
|
| namespace cast {
|
|
|
| -const uint32 kCastRtpHeaderLength = 7;
|
| -const uint32 kGenericRtpHeaderLength = 12;
|
| +const int kCastRtpHeaderLength = 7;
|
| +const int kGenericRtpHeaderLength = 12;
|
|
|
| RtpPacketBuilder::RtpPacketBuilder()
|
| : is_key_(false),
|
|
|