| 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_;
|
|
|