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

Unified Diff: components/webcrypto/algorithms/test_helpers.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/sha_unittest.cc ('k') | components/webcrypto/algorithms/test_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/algorithms/test_helpers.h
diff --git a/components/webcrypto/test/test_helpers.h b/components/webcrypto/algorithms/test_helpers.h
similarity index 98%
rename from components/webcrypto/test/test_helpers.h
rename to components/webcrypto/algorithms/test_helpers.h
index 0c84c1dfef4529f1a6ec36cd7d01a4af900e5976..00680d78a23ce01d4e86f5160918451c4365ed1e 100644
--- a/components/webcrypto/test/test_helpers.h
+++ b/components/webcrypto/algorithms/test_helpers.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_TEST_TEST_HELPERS_H_
-#define COMPONENTS_WEBCRYPTO_TEST_TEST_HELPERS_H_
+#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_TEST_HELPERS_H_
+#define COMPONENTS_WEBCRYPTO_ALGORITHMS_TEST_HELPERS_H_
#include <ostream>
#include <string>
@@ -208,4 +208,4 @@ blink::WebCryptoNamedCurve GetCurveNameFromDictionary(
} // namespace webcrypto
-#endif // COMPONENTS_WEBCRYPTO_TEST_TEST_HELPERS_H_
+#endif // COMPONENTS_WEBCRYPTO_ALGORITHMS_TEST_HELPERS_H_
« no previous file with comments | « components/webcrypto/algorithms/sha_unittest.cc ('k') | components/webcrypto/algorithms/test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698