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..c0b264d2fc2ebd973ac4fb7cd58315dd32d64429 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,8 +23,6 @@ |
#include "third_party/WebKit/public/platform/WebCryptoKey.h" |
#include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h" |
-namespace content { |
- |
namespace webcrypto { |
namespace { |
@@ -133,5 +131,3 @@ AlgorithmImplementation* CreatePlatformEcdhImplementation() { |
} |
} // namespace webcrypto |
- |
-} // namespace content |