Index: components/webcrypto/algorithms/hmac.cc |
diff --git a/components/webcrypto/openssl/hmac_openssl.cc b/components/webcrypto/algorithms/hmac.cc |
similarity index 98% |
rename from components/webcrypto/openssl/hmac_openssl.cc |
rename to components/webcrypto/algorithms/hmac.cc |
index d436d46e64c82035c5089fa7357e9399d42678b1..f48e5f868c043feb3b26b82a3b530fe2e2395e8b 100644 |
--- a/components/webcrypto/openssl/hmac_openssl.cc |
+++ b/components/webcrypto/algorithms/hmac.cc |
@@ -7,10 +7,10 @@ |
#include "base/logging.h" |
#include "base/stl_util.h" |
#include "components/webcrypto/algorithm_implementation.h" |
+#include "components/webcrypto/algorithms/key.h" |
+#include "components/webcrypto/algorithms/util_openssl.h" |
#include "components/webcrypto/crypto_data.h" |
#include "components/webcrypto/jwk.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" |