| Index: net/quic/core/crypto/quic_decrypter.cc
|
| diff --git a/net/quic/crypto/quic_decrypter.cc b/net/quic/core/crypto/quic_decrypter.cc
|
| similarity index 84%
|
| rename from net/quic/crypto/quic_decrypter.cc
|
| rename to net/quic/core/crypto/quic_decrypter.cc
|
| index 7b2df54d1372baccd2be4f53e1a3b0f8c1f2fcec..5b076443e4eb43ea5e54057faa2044a182b86a9d 100644
|
| --- a/net/quic/crypto/quic_decrypter.cc
|
| +++ b/net/quic/core/crypto/quic_decrypter.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/crypto/quic_decrypter.h"
|
| +#include "net/quic/core/crypto/quic_decrypter.h"
|
|
|
| #include "crypto/hkdf.h"
|
| -#include "net/quic/crypto/aes_128_gcm_12_decrypter.h"
|
| -#include "net/quic/crypto/chacha20_poly1305_decrypter.h"
|
| -#include "net/quic/crypto/crypto_protocol.h"
|
| -#include "net/quic/crypto/null_decrypter.h"
|
| +#include "net/quic/core/crypto/aes_128_gcm_12_decrypter.h"
|
| +#include "net/quic/core/crypto/chacha20_poly1305_decrypter.h"
|
| +#include "net/quic/core/crypto/crypto_protocol.h"
|
| +#include "net/quic/core/crypto/null_decrypter.h"
|
|
|
| using base::StringPiece;
|
| using std::string;
|
|
|