| Index: net/quic/core/crypto/local_strike_register_client.h
|
| diff --git a/net/quic/crypto/local_strike_register_client.h b/net/quic/core/crypto/local_strike_register_client.h
|
| similarity index 90%
|
| rename from net/quic/crypto/local_strike_register_client.h
|
| rename to net/quic/core/crypto/local_strike_register_client.h
|
| index 8e10497efb64c341a2fe28c560ae909e879a37fb..f1d043c599e090206fb278d9d5accc9ba04c1282 100644
|
| --- a/net/quic/crypto/local_strike_register_client.h
|
| +++ b/net/quic/core/crypto/local_strike_register_client.h
|
| @@ -11,9 +11,9 @@
|
| #include "base/strings/string_piece.h"
|
| #include "base/synchronization/lock.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/crypto/strike_register.h"
|
| -#include "net/quic/crypto/strike_register_client.h"
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/crypto/strike_register.h"
|
| +#include "net/quic/core/crypto/strike_register_client.h"
|
| +#include "net/quic/core/quic_time.h"
|
|
|
| namespace net {
|
|
|
|
|