Chromium Code Reviews| Index: net/quic/quic_time.cc |
| diff --git a/net/quic/quic_time.cc b/net/quic/quic_time.cc |
| index a2c6901aa8c9b8579b7a1a6d4d2b77c7b290cd3c..dac6231a95f4be9e5e68f2d22e48b59dc5b637db 100644 |
| --- a/net/quic/quic_time.cc |
| +++ b/net/quic/quic_time.cc |
| @@ -121,4 +121,4 @@ QuicTime::Delta QuicTime::Subtract(const QuicTime& other) const { |
| return QuicTime::Delta(ticks_ - other.ticks_); |
| } |
| -} // namespace gfe_quic |
| +} // namespace net |