| Index: net/tools/quic/chlo_extractor.cc
|
| diff --git a/net/tools/quic/chlo_extractor.cc b/net/tools/quic/chlo_extractor.cc
|
| index 55e68a09ccf74c13c643329ab2d52f0e86a424b5..16972345f595b55458b9ba07e2b764bc7b5c452c 100644
|
| --- a/net/tools/quic/chlo_extractor.cc
|
| +++ b/net/tools/quic/chlo_extractor.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "net/tools/quic/chlo_extractor.h"
|
|
|
| -#include "net/quic/crypto/crypto_framer.h"
|
| -#include "net/quic/crypto/crypto_handshake_message.h"
|
| -#include "net/quic/crypto/crypto_protocol.h"
|
| -#include "net/quic/crypto/quic_decrypter.h"
|
| -#include "net/quic/crypto/quic_encrypter.h"
|
| -#include "net/quic/quic_framer.h"
|
| +#include "net/quic/core/crypto/crypto_framer.h"
|
| +#include "net/quic/core/crypto/crypto_handshake_message.h"
|
| +#include "net/quic/core/crypto/crypto_protocol.h"
|
| +#include "net/quic/core/crypto/quic_decrypter.h"
|
| +#include "net/quic/core/crypto/quic_encrypter.h"
|
| +#include "net/quic/core/quic_framer.h"
|
|
|
| using base::StringPiece;
|
|
|
|
|