Chromium Code Reviews| Index: net/quic/quic_clock.cc |
| diff --git a/net/quic/quic_clock.cc b/net/quic/quic_clock.cc |
| index 865562369fa217a4fae11a4c051bbc9ddecebc87..e15ec61105c079358a0c847f232d3f897b269a9b 100644 |
| --- a/net/quic/quic_clock.cc |
| +++ b/net/quic/quic_clock.cc |
| @@ -11,7 +11,8 @@ namespace net { |
| QuicClock::QuicClock() { |
| } |
| -QuicClock::~QuicClock() {} |
| +QuicClock::~QuicClock() { |
| +} |
| QuicTime QuicClock::ApproximateNow() const { |
| // Chrome does not have a distinct notion of ApproximateNow(). |