| Index: media/cast/rtcp/test_rtcp_packet_builder.h
|
| diff --git a/media/cast/rtcp/test_rtcp_packet_builder.h b/media/cast/rtcp/test_rtcp_packet_builder.h
|
| index 8c5479ff484926590d35b0b41b9882f1c88d2b70..a86ce4f8c30929bc33fded99cd074e89f9478e0d 100644
|
| --- a/media/cast/rtcp/test_rtcp_packet_builder.h
|
| +++ b/media/cast/rtcp/test_rtcp_packet_builder.h
|
| @@ -25,7 +25,7 @@ static const int kSendOctetCount = 87654;
|
| // Report block.
|
| static const int kLoss = 0x01000123;
|
| static const int kExtendedMax = 0x15678;
|
| -static const int kJitter = 0x10203;
|
| +static const int kTestJitter = 0x10203;
|
| static const int kLastSr = 0x34561234;
|
| static const int kDelayLastSr = 1000;
|
|
|
|
|