| Index: net/quic/quic_sustained_bandwidth_recorder_test.cc
 | 
| diff --git a/net/quic/quic_sustained_bandwidth_recorder_test.cc b/net/quic/quic_sustained_bandwidth_recorder_test.cc
 | 
| index 6a5fbb25ce2c109d29ed3f4aea3b9ede37eca8ad..91cff412927e85bf92b818b85ef4793607729618 100644
 | 
| --- a/net/quic/quic_sustained_bandwidth_recorder_test.cc
 | 
| +++ b/net/quic/quic_sustained_bandwidth_recorder_test.cc
 | 
| @@ -61,7 +61,7 @@ TEST(QuicSustainedBandwidthRecorderTest, BandwidthEstimates) {
 | 
|    EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth);
 | 
|  
 | 
|    estimate_time = estimate_time.Add(srtt.Multiply(3));
 | 
| -  const int64 kSeconds = 556677;
 | 
| +  const int64_t kSeconds = 556677;
 | 
|    QuicWallTime second_bandwidth_wall_time =
 | 
|        QuicWallTime::FromUNIXSeconds(kSeconds);
 | 
|    recorder.RecordEstimate(in_recovery, in_slow_start, second_bandwidth,
 | 
| 
 |