Index: net/quic/test_tools/mock_clock.cc |
diff --git a/net/quic/test_tools/mock_clock.cc b/net/quic/test_tools/mock_clock.cc |
index 47f23808877954870f6cb1a30b9e8797251d6d8f..49dc40bc78e32f4bcca868150ae8f734406aeb48 100644 |
--- a/net/quic/test_tools/mock_clock.cc |
+++ b/net/quic/test_tools/mock_clock.cc |
@@ -32,7 +32,7 @@ QuicWallTime MockClock::WallNow() const { |
base::TimeTicks MockClock::NowInTicks() const { |
base::TimeTicks ticks; |
return ticks + base::TimeDelta::FromMicroseconds( |
- now_.Subtract(QuicTime::Zero()).ToMicroseconds()); |
+ now_.Subtract(QuicTime::Zero()).ToMicroseconds()); |
} |
} // namespace net |