Index: components/webcrypto/algorithms/rsa_pss.cc |
diff --git a/components/webcrypto/openssl/rsa_pss_openssl.cc b/components/webcrypto/algorithms/rsa_pss.cc |
similarity index 93% |
rename from components/webcrypto/openssl/rsa_pss_openssl.cc |
rename to components/webcrypto/algorithms/rsa_pss.cc |
index 68c288f63665e43ab7928a511bcf39d7ade538cd..f104e1ed1d287524da1315d6f41bd7df100a0a09 100644 |
--- a/components/webcrypto/openssl/rsa_pss_openssl.cc |
+++ b/components/webcrypto/algorithms/rsa_pss.cc |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/webcrypto/openssl/rsa_hashed_algorithm_openssl.h" |
-#include "components/webcrypto/openssl/rsa_sign_openssl.h" |
+#include "components/webcrypto/algorithms/rsa.h" |
+#include "components/webcrypto/algorithms/rsa_sign.h" |
#include "components/webcrypto/status.h" |
#include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h" |