| 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..8587c3cb7a2da38d1bc1d267c82256c39c6edf9c 100644
|
| --- a/content/child/webcrypto/openssl/aes_ctr_openssl.cc
|
| +++ b/components/webcrypto/openssl/aes_ctr_openssl.cc
|
| @@ -9,17 +9,17 @@
|
| #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 components {
|
|
|
| namespace webcrypto {
|
|
|
| @@ -269,4 +269,4 @@ AlgorithmImplementation* CreatePlatformAesCtrImplementation() {
|
|
|
| } // namespace webcrypto
|
|
|
| -} // namespace content
|
| +} // namespace components
|
|
|