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

Unified Diff: net/tools/quic/quic_simple_client.h

Issue 2547233002: Add a QuicChromiumClock and make QuicClock abstract to match internal code. (Closed)
Patch Set: Created 4 years 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/tools/quic/quic_simple_client.h
diff --git a/net/tools/quic/quic_simple_client.h b/net/tools/quic/quic_simple_client.h
index 8c95ede1b2343369a2e0535f5f1eaef1bc853e0b..ce5c403cff86ffc416da37749515ff023398cae4 100644
--- a/net/tools/quic/quic_simple_client.h
+++ b/net/tools/quic/quic_simple_client.h
@@ -23,6 +23,7 @@
#include "net/quic/chromium/quic_chromium_packet_reader.h"
#include "net/quic/core/quic_config.h"
#include "net/quic/core/quic_spdy_stream.h"
+#include "net/quic/platform/impl/quic_chromium_clock.h"
#include "net/tools/quic/quic_client_base.h"
namespace net {
@@ -83,7 +84,7 @@ class QuicSimpleClient : public QuicClientBase,
void StartPacketReaderIfNotStarted();
// Used by |helper_| to time alarms.
- QuicClock clock_;
+ QuicChromiumClock clock_;
// Address of the client if the client is connected to the server.
IPEndPoint client_address_;

Powered by Google App Engine
This is Rietveld 408576698