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

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

Issue 14816006: Land Recent QUIC changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing NET_PRIVATE_EXPORT to QuicWallTime Created 7 years, 7 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
« no previous file with comments | « net/quic/test_tools/crypto_test_utils.cc ('k') | net/quic/test_tools/mock_clock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7497aa2fd790f63f09c6528c60f7bbe7806d6e53..33a93b407bfc1c1a6cfddc81f0ad3c6417cb9580 100644
--- a/net/quic/test_tools/mock_clock.h
+++ b/net/quic/test_tools/mock_clock.h
@@ -25,7 +25,7 @@ class MockClock : public QuicClock {
virtual QuicTime ApproximateNow() const OVERRIDE;
- virtual QuicTime::Delta NowAsDeltaSinceUnixEpoch() const OVERRIDE;
+ virtual QuicWallTime WallNow() const OVERRIDE;
base::TimeTicks NowInTicks() const;
« no previous file with comments | « net/quic/test_tools/crypto_test_utils.cc ('k') | net/quic/test_tools/mock_clock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698