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

Unified Diff: net/tools/quic/quic_simple_server.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
« net/quic/platform/api/quic_clock.cc ('K') | « net/tools/quic/quic_simple_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_simple_server.h
diff --git a/net/tools/quic/quic_simple_server.h b/net/tools/quic/quic_simple_server.h
index 17fd47e543ed7b2939c147f16a31a4c44ede51d5..ecca64af0ce5e778d8835d9b36516b0d5f9e5b5a 100644
--- a/net/tools/quic/quic_simple_server.h
+++ b/net/tools/quic/quic_simple_server.h
@@ -19,7 +19,7 @@
#include "net/quic/core/crypto/quic_crypto_server_config.h"
#include "net/quic/core/quic_config.h"
#include "net/quic/core/quic_version_manager.h"
-#include "net/quic/platform/api/quic_clock.h"
+#include "net/quic/platform/impl/quic_chromium_clock.h"
#include "net/tools/quic/quic_http_response_cache.h"
namespace net {
@@ -74,7 +74,7 @@ class QuicSimpleServer {
std::unique_ptr<QuicDispatcher> dispatcher_;
// Used by the helper_ to time alarms.
- QuicClock clock_;
+ QuicChromiumClock clock_;
// Used to manage the message loop. Owned by dispatcher_.
QuicChromiumConnectionHelper* helper_;
« net/quic/platform/api/quic_clock.cc ('K') | « net/tools/quic/quic_simple_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698