Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(846)

Unified Diff: components/webcrypto/algorithms/key.h

Issue 1304063015: [refactor] Rename the webcrypto/openssl and webcrypto/test directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jwk_refactor
Patch Set: fix filename in gn build Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/webcrypto/algorithms/hmac_unittest.cc ('k') | components/webcrypto/algorithms/key.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/algorithms/key.h
diff --git a/components/webcrypto/openssl/key_openssl.h b/components/webcrypto/algorithms/key.h
similarity index 92%
rename from components/webcrypto/openssl/key_openssl.h
rename to components/webcrypto/algorithms/key.h
index 8b5d6551569d3db1e8bc17b64243ffb35a9cde76..1bd247e7e488049da5a04a6bb344b2c0e3a28515 100644
--- a/components/webcrypto/openssl/key_openssl.h
+++ b/components/webcrypto/algorithms/key.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_WEBCRYPTO_OPENSSL_KEY_OPENSSL_H_
-#define COMPONENTS_WEBCRYPTO_OPENSSL_KEY_OPENSSL_H_
+#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_KEY_H_
+#define COMPONENTS_WEBCRYPTO_ALGORITHMS_KEY_H_
#include <openssl/ossl_typ.h>
#include <stdint.h>
@@ -76,4 +76,4 @@ class AsymKeyOpenSsl : public KeyOpenSsl {
} // namespace webcrypto
-#endif // COMPONENTS_WEBCRYPTO_OPENSSL_KEY_OPENSSL_H_
+#endif // COMPONENTS_WEBCRYPTO_ALGORITHMS_KEY_H_
« no previous file with comments | « components/webcrypto/algorithms/hmac_unittest.cc ('k') | components/webcrypto/algorithms/key.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698