| Index: net/quic/core/quic_crypto_server_stream.h
|
| diff --git a/net/quic/quic_crypto_server_stream.h b/net/quic/core/quic_crypto_server_stream.h
|
| similarity index 96%
|
| rename from net/quic/quic_crypto_server_stream.h
|
| rename to net/quic/core/quic_crypto_server_stream.h
|
| index f7137465cd2c0c8976195c3d523fc9ac3c38aeb9..dcf18bed46f76532e680e1bf767862fcbb050d2a 100644
|
| --- a/net/quic/quic_crypto_server_stream.h
|
| +++ b/net/quic/core/quic_crypto_server_stream.h
|
| @@ -10,12 +10,12 @@
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| -#include "net/quic/crypto/crypto_handshake.h"
|
| -#include "net/quic/crypto/quic_compressed_certs_cache.h"
|
| -#include "net/quic/crypto/quic_crypto_server_config.h"
|
| -#include "net/quic/proto/source_address_token.pb.h"
|
| -#include "net/quic/quic_config.h"
|
| -#include "net/quic/quic_crypto_stream.h"
|
| +#include "net/quic/core/crypto/crypto_handshake.h"
|
| +#include "net/quic/core/crypto/quic_compressed_certs_cache.h"
|
| +#include "net/quic/core/crypto/quic_crypto_server_config.h"
|
| +#include "net/quic/core/proto/source_address_token.pb.h"
|
| +#include "net/quic/core/quic_config.h"
|
| +#include "net/quic/core/quic_crypto_stream.h"
|
|
|
| namespace net {
|
|
|
|
|