Index: components/webcrypto/openssl/hmac_openssl.cc |
diff --git a/content/child/webcrypto/openssl/hmac_openssl.cc b/components/webcrypto/openssl/hmac_openssl.cc |
similarity index 95% |
rename from content/child/webcrypto/openssl/hmac_openssl.cc |
rename to components/webcrypto/openssl/hmac_openssl.cc |
index 69b55bf0464979200a41f8bdb37be6aae8950e0a..26eb3a4f23ecd55d1b9fdc727f5420389462c4f6 100644 |
--- a/content/child/webcrypto/openssl/hmac_openssl.cc |
+++ b/components/webcrypto/openssl/hmac_openssl.cc |
@@ -6,19 +6,19 @@ |
#include "base/logging.h" |
#include "base/stl_util.h" |
-#include "content/child/webcrypto/algorithm_implementation.h" |
-#include "content/child/webcrypto/crypto_data.h" |
-#include "content/child/webcrypto/jwk.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/algorithm_implementation.h" |
+#include "components/webcrypto/crypto_data.h" |
+#include "components/webcrypto/jwk.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/secure_util.h" |
#include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h" |
#include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h" |
-namespace content { |
+namespace components { |
namespace webcrypto { |
@@ -226,4 +226,4 @@ AlgorithmImplementation* CreatePlatformHmacImplementation() { |
} // namespace webcrypto |
-} // namespace content |
+} // namespace components |