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..11de296108fa25e2c7a8863a6e6c00ff58f1c1cd 100644 |
--- a/content/child/webcrypto/openssl/aes_gcm_openssl.cc |
+++ b/components/webcrypto/openssl/aes_gcm_openssl.cc |
@@ -7,17 +7,17 @@ |
#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 components { |
namespace webcrypto { |
@@ -81,4 +81,4 @@ AlgorithmImplementation* CreatePlatformAesGcmImplementation() { |
} // namespace webcrypto |
-} // namespace content |
+} // namespace components |