| Index: net/quic/core/crypto/aes_128_gcm_12_decrypter_test.cc
|
| diff --git a/net/quic/crypto/aes_128_gcm_12_decrypter_test.cc b/net/quic/core/crypto/aes_128_gcm_12_decrypter_test.cc
|
| similarity index 98%
|
| rename from net/quic/crypto/aes_128_gcm_12_decrypter_test.cc
|
| rename to net/quic/core/crypto/aes_128_gcm_12_decrypter_test.cc
|
| index d9eb4cc4b43a746490dc59c6c44134ef3c49158e..64e8f30bc10f2cb4794b32168dcf35f74a156929 100644
|
| --- a/net/quic/crypto/aes_128_gcm_12_decrypter_test.cc
|
| +++ b/net/quic/core/crypto/aes_128_gcm_12_decrypter_test.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/crypto/aes_128_gcm_12_decrypter.h"
|
| +#include "net/quic/core/crypto/aes_128_gcm_12_decrypter.h"
|
|
|
| #include <memory>
|
|
|
| -#include "net/quic/quic_flags.h"
|
| -#include "net/quic/quic_utils.h"
|
| +#include "net/quic/core/quic_flags.h"
|
| +#include "net/quic/core/quic_utils.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
|
|
| using base::StringPiece;
|
|
|