Index: net/quic/quic_connection_helper.cc |
diff --git a/net/quic/quic_connection_helper.cc b/net/quic/quic_connection_helper.cc |
index a57bc94d1a3aea7080ac0687dfb1d740830d55ac..0ec9ec2f31f65de35e36e701395f7a000bce9536 100644 |
--- a/net/quic/quic_connection_helper.cc |
+++ b/net/quic/quic_connection_helper.cc |
@@ -43,7 +43,7 @@ class QuicChromeAlarm : public QuicAlarm { |
weak_factory_.InvalidateWeakPtrs(); |
} |
- int64 delay_us = deadline().Subtract(clock_->Now()).ToMicroseconds(); |
+ int64_t delay_us = deadline().Subtract(clock_->Now()).ToMicroseconds(); |
if (delay_us < 0) { |
delay_us = 0; |
} |