Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: net/quic/test_tools/mock_clock.h

Issue 126283002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed extra space Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/test_tools/mock_clock.h
diff --git a/net/quic/test_tools/mock_clock.h b/net/quic/test_tools/mock_clock.h
index 5c9631ae84c239c8e0c4cbf73b0edf5ec09bfe62..df7c563cd4053ee5f451cfa82ff659c637d6bd96 100644
--- a/net/quic/test_tools/mock_clock.h
+++ b/net/quic/test_tools/mock_clock.h
@@ -16,8 +16,7 @@ namespace net {
class MockClock : public QuicClock {
public:
MockClock();
-
- virtual ~MockClock();
+ virtual ~MockClock() OVERRIDE;
void AdvanceTime(QuicTime::Delta delta);
« no previous file with comments | « net/quic/test_tools/delayed_verify_strike_register_client.h ('k') | net/quic/test_tools/mock_crypto_client_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698