| Index: components/webcrypto/openssl/aes_ctr_openssl.cc
|
| diff --git a/content/child/webcrypto/openssl/aes_ctr_openssl.cc b/components/webcrypto/openssl/aes_ctr_openssl.cc
|
| similarity index 96%
|
| rename from content/child/webcrypto/openssl/aes_ctr_openssl.cc
|
| rename to components/webcrypto/openssl/aes_ctr_openssl.cc
|
| index 89e99eebd156eb411e4cb5c320264fbfcfb10037..1f5b299c96a545cd1762879e359e2faa1d31592c 100644
|
| --- a/content/child/webcrypto/openssl/aes_ctr_openssl.cc
|
| +++ b/components/webcrypto/openssl/aes_ctr_openssl.cc
|
| @@ -9,18 +9,16 @@
|
| #include "base/macros.h"
|
| #include "base/numerics/safe_math.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 {
|
| @@ -268,5 +266,3 @@ AlgorithmImplementation* CreatePlatformAesCtrImplementation() {
|
| }
|
|
|
| } // namespace webcrypto
|
| -
|
| -} // namespace content
|
|
|