Index: components/webcrypto/nss/rsa_ssa_nss.cc |
diff --git a/content/child/webcrypto/nss/rsa_ssa_nss.cc b/components/webcrypto/nss/rsa_ssa_nss.cc |
similarity index 93% |
rename from content/child/webcrypto/nss/rsa_ssa_nss.cc |
rename to components/webcrypto/nss/rsa_ssa_nss.cc |
index aae5b25ef78e02406b696ff997cc1044e8a6f86e..6be77826677eaf7c829273e5249190141bf57621 100644 |
--- a/content/child/webcrypto/nss/rsa_ssa_nss.cc |
+++ b/components/webcrypto/nss/rsa_ssa_nss.cc |
@@ -4,15 +4,15 @@ |
#include <cryptohi.h> |
-#include "content/child/webcrypto/crypto_data.h" |
-#include "content/child/webcrypto/nss/key_nss.h" |
-#include "content/child/webcrypto/nss/rsa_hashed_algorithm_nss.h" |
-#include "content/child/webcrypto/nss/util_nss.h" |
-#include "content/child/webcrypto/status.h" |
+#include "components/webcrypto/crypto_data.h" |
+#include "components/webcrypto/nss/key_nss.h" |
+#include "components/webcrypto/nss/rsa_hashed_algorithm_nss.h" |
+#include "components/webcrypto/nss/util_nss.h" |
+#include "components/webcrypto/status.h" |
#include "crypto/scoped_nss_types.h" |
#include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h" |
-namespace content { |
+namespace components { |
namespace webcrypto { |
@@ -134,4 +134,4 @@ AlgorithmImplementation* CreatePlatformRsaSsaImplementation() { |
} // namespace webcrypto |
-} // namespace content |
+} // namespace components |