| Index: net/quic/core/crypto/aes_128_gcm_12_encrypter_test.cc
|
| diff --git a/net/quic/crypto/aes_128_gcm_12_encrypter_test.cc b/net/quic/core/crypto/aes_128_gcm_12_encrypter_test.cc
|
| similarity index 98%
|
| rename from net/quic/crypto/aes_128_gcm_12_encrypter_test.cc
|
| rename to net/quic/core/crypto/aes_128_gcm_12_encrypter_test.cc
|
| index 93582ebefa4e7099929d30c9c0e3aaf9be5972be..037d90f77e0ee085fd413c41d06804382091ff14 100644
|
| --- a/net/quic/crypto/aes_128_gcm_12_encrypter_test.cc
|
| +++ b/net/quic/core/crypto/aes_128_gcm_12_encrypter_test.cc
|
| @@ -2,11 +2,11 @@
|
| // 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_encrypter.h"
|
| +#include "net/quic/core/crypto/aes_128_gcm_12_encrypter.h"
|
|
|
| #include <memory>
|
|
|
| -#include "net/quic/quic_utils.h"
|
| +#include "net/quic/core/quic_utils.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
|
|
| using base::StringPiece;
|
|
|