Index: components/webcrypto/openssl/key_openssl.cc |
diff --git a/content/child/webcrypto/openssl/key_openssl.cc b/components/webcrypto/openssl/key_openssl.cc |
similarity index 84% |
rename from content/child/webcrypto/openssl/key_openssl.cc |
rename to components/webcrypto/openssl/key_openssl.cc |
index bb4273ea084eef01f46b7e4304543b52eab070f1..139bb3eca7c8dcfede45bcf5ca8d88cdf3abd413 100644 |
--- a/content/child/webcrypto/openssl/key_openssl.cc |
+++ b/components/webcrypto/openssl/key_openssl.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/child/webcrypto/openssl/key_openssl.h" |
+#include "components/webcrypto/openssl/key_openssl.h" |
-#include "content/child/webcrypto/crypto_data.h" |
-#include "content/child/webcrypto/status.h" |
-#include "content/child/webcrypto/webcrypto_util.h" |
+#include "components/webcrypto/crypto_data.h" |
+#include "components/webcrypto/status.h" |
+#include "components/webcrypto/webcrypto_util.h" |
-namespace content { |
+namespace components { |
namespace webcrypto { |
@@ -63,4 +63,4 @@ AsymKeyOpenSsl::AsymKeyOpenSsl(crypto::ScopedEVP_PKEY key, |
} // namespace webcrypto |
-} // namespace content |
+} // namespace components |