Index: net/quic/quic_connection_logger.cc |
diff --git a/net/quic/quic_connection_logger.cc b/net/quic/quic_connection_logger.cc |
index fd4c088178ea1a84e22fba39675929745d5ca527..232b0e3372f4787cb950aa278df2f6def0a7b848 100644 |
--- a/net/quic/quic_connection_logger.cc |
+++ b/net/quic/quic_connection_logger.cc |
@@ -463,7 +463,7 @@ void QuicConnectionLogger::OnPacketSent( |
UMA_HISTOGRAM_CUSTOM_TIMES( |
"Net.QuicTimeBetweenTwoPacketSent", |
base::TimeDelta::FromMilliseconds( |
- sent_time.Subtract(last_packet_sent_time_).ToMilliseconds()), |
+ (sent_time - last_packet_sent_time_).ToMilliseconds()), |
base::TimeDelta::FromMilliseconds(1), base::TimeDelta::FromMinutes(10), |
100); |
} |