| Index: components/webcrypto/openssl/aes_gcm_openssl.cc
|
| diff --git a/content/child/webcrypto/openssl/aes_gcm_openssl.cc b/components/webcrypto/openssl/aes_gcm_openssl.cc
|
| similarity index 86%
|
| rename from content/child/webcrypto/openssl/aes_gcm_openssl.cc
|
| rename to components/webcrypto/openssl/aes_gcm_openssl.cc
|
| index 1b86205af08af9df2dd85876a073b87f8cc6e8a1..d1222761984ae84a24fdd50479e029ada37bae41 100644
|
| --- a/content/child/webcrypto/openssl/aes_gcm_openssl.cc
|
| +++ b/components/webcrypto/openssl/aes_gcm_openssl.cc
|
| @@ -7,18 +7,16 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| -#include "content/child/webcrypto/crypto_data.h"
|
| -#include "content/child/webcrypto/openssl/aes_algorithm_openssl.h"
|
| -#include "content/child/webcrypto/openssl/key_openssl.h"
|
| -#include "content/child/webcrypto/openssl/util_openssl.h"
|
| -#include "content/child/webcrypto/status.h"
|
| -#include "content/child/webcrypto/webcrypto_util.h"
|
| +#include "components/webcrypto/crypto_data.h"
|
| +#include "components/webcrypto/openssl/aes_algorithm_openssl.h"
|
| +#include "components/webcrypto/openssl/key_openssl.h"
|
| +#include "components/webcrypto/openssl/util_openssl.h"
|
| +#include "components/webcrypto/status.h"
|
| +#include "components/webcrypto/webcrypto_util.h"
|
| #include "crypto/openssl_util.h"
|
| #include "crypto/scoped_openssl_types.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
|
|
|
| -namespace content {
|
| -
|
| namespace webcrypto {
|
|
|
| namespace {
|
| @@ -80,5 +78,3 @@ AlgorithmImplementation* CreatePlatformAesGcmImplementation() {
|
| }
|
|
|
| } // namespace webcrypto
|
| -
|
| -} // namespace content
|
|
|