Index: net/quic/quic_unacked_packet_map_test.cc |
diff --git a/net/quic/quic_unacked_packet_map_test.cc b/net/quic/quic_unacked_packet_map_test.cc |
index 26a0043537493c0713ffc2e3941bc56d6c982919..5d85da9b1533e24ef52cc02ff3dbfe9b035f55f7 100644 |
--- a/net/quic/quic_unacked_packet_map_test.cc |
+++ b/net/quic/quic_unacked_packet_map_test.cc |
@@ -24,7 +24,7 @@ class QuicUnackedPacketMapTest : public ::testing::Test { |
protected: |
QuicUnackedPacketMapTest() |
: unacked_packets_(), |
- now_(QuicTime::Zero().Add(QuicTime::Delta::FromMilliseconds(1000))) {} |
+ now_(QuicTime::Zero() + QuicTime::Delta::FromMilliseconds(1000)) {} |
~QuicUnackedPacketMapTest() override { STLDeleteElements(&packets_); } |