| Index: net/quic/core/crypto/aes_128_gcm_12_encrypter.cc
|
| diff --git a/net/quic/crypto/aes_128_gcm_12_encrypter.cc b/net/quic/core/crypto/aes_128_gcm_12_encrypter.cc
|
| similarity index 92%
|
| rename from net/quic/crypto/aes_128_gcm_12_encrypter.cc
|
| rename to net/quic/core/crypto/aes_128_gcm_12_encrypter.cc
|
| index 2d7ea8f22a261e738a5a5f1b2bd34a643485f028..50c24cbbc7f0d62c08df4350e810aa24011529ef 100644
|
| --- a/net/quic/crypto/aes_128_gcm_12_encrypter.cc
|
| +++ b/net/quic/core/crypto/aes_128_gcm_12_encrypter.cc
|
| @@ -2,7 +2,7 @@
|
| // 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 <openssl/evp.h>
|
|
|
|
|