| Index: net/quic/core/crypto/quic_crypto_server_config.cc
|
| diff --git a/net/quic/core/crypto/quic_crypto_server_config.cc b/net/quic/core/crypto/quic_crypto_server_config.cc
|
| index 77fb23794f719defcc299b03c4b45ea4c371922f..ef3e45973aca9545102208d566f6b2377c0aa6ef 100644
|
| --- a/net/quic/core/crypto/quic_crypto_server_config.cc
|
| +++ b/net/quic/core/crypto/quic_crypto_server_config.cc
|
| @@ -33,11 +33,11 @@
|
| #include "net/quic/core/crypto/quic_random.h"
|
| #include "net/quic/core/proto/source_address_token.pb.h"
|
| #include "net/quic/core/quic_bug_tracker.h"
|
| -#include "net/quic/core/quic_clock.h"
|
| #include "net/quic/core/quic_flags.h"
|
| #include "net/quic/core/quic_packets.h"
|
| #include "net/quic/core/quic_socket_address_coder.h"
|
| #include "net/quic/core/quic_utils.h"
|
| +#include "net/quic/platform/api/quic_clock.h"
|
|
|
| using base::StringPiece;
|
| using crypto::SecureHash;
|
|
|