| Index: net/quic/core/crypto/strike_register_client.h
|
| diff --git a/net/quic/crypto/strike_register_client.h b/net/quic/core/crypto/strike_register_client.h
|
| similarity index 95%
|
| rename from net/quic/crypto/strike_register_client.h
|
| rename to net/quic/core/crypto/strike_register_client.h
|
| index 2bbf5b6d63c900a963db5d8cbf15514607227b79..2126d6fc4be583d1769d87adf5102cb24856e983 100644
|
| --- a/net/quic/crypto/strike_register_client.h
|
| +++ b/net/quic/core/crypto/strike_register_client.h
|
| @@ -10,8 +10,8 @@
|
| #include "base/macros.h"
|
| #include "base/strings/string_piece.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/crypto/strike_register.h"
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/crypto/strike_register.h"
|
| +#include "net/quic/core/quic_time.h"
|
|
|
| namespace net {
|
|
|
|
|