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 0945ba4eb5784870c1e8c8037682e6e3e4a20c7d..b1f1acaafffe11154e9fe679f7c2721ad47c7224 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; |