Index: components/webcrypto/openssl/ecdh_openssl.cc |
diff --git a/content/child/webcrypto/openssl/ecdh_openssl.cc b/components/webcrypto/openssl/ecdh_openssl.cc |
similarity index 90% |
rename from content/child/webcrypto/openssl/ecdh_openssl.cc |
rename to components/webcrypto/openssl/ecdh_openssl.cc |
index e4fa01b07c75dbc39586dfe6deca2f90f605d559..a50375d65c9948bcb32a3c3faf4809f39dad3541 100644 |
--- a/content/child/webcrypto/openssl/ecdh_openssl.cc |
+++ b/components/webcrypto/openssl/ecdh_openssl.cc |
@@ -8,14 +8,14 @@ |
#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/generate_key_result.h" |
-#include "content/child/webcrypto/openssl/ec_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/algorithm_implementation.h" |
+#include "components/webcrypto/crypto_data.h" |
+#include "components/webcrypto/generate_key_result.h" |
+#include "components/webcrypto/openssl/ec_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 "crypto/secure_util.h" |
@@ -23,7 +23,7 @@ |
#include "third_party/WebKit/public/platform/WebCryptoKey.h" |
#include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h" |
-namespace content { |
+namespace components { |
namespace webcrypto { |
@@ -134,4 +134,4 @@ AlgorithmImplementation* CreatePlatformEcdhImplementation() { |
} // namespace webcrypto |
-} // namespace content |
+} // namespace components |