Index: components/webcrypto/algorithms/key.cc |
diff --git a/components/webcrypto/openssl/key_openssl.cc b/components/webcrypto/algorithms/key.cc |
similarity index 96% |
rename from components/webcrypto/openssl/key_openssl.cc |
rename to components/webcrypto/algorithms/key.cc |
index 60922a47a82dc28d7d5110ee2d8911cfb09565c2..1eaecefd377047e44ac20dea00532923de8418b6 100644 |
--- a/components/webcrypto/openssl/key_openssl.cc |
+++ b/components/webcrypto/algorithms/key.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/webcrypto/openssl/key_openssl.h" |
+#include "components/webcrypto/algorithms/key.h" |
#include "components/webcrypto/crypto_data.h" |
#include "components/webcrypto/status.h" |