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

Unified Diff: components/webcrypto/algorithms/ecdh_unittest.cc

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: 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
Index: components/webcrypto/algorithms/ecdh_unittest.cc
diff --git a/components/webcrypto/test/ecdh_unittest.cc b/components/webcrypto/algorithms/ecdh_unittest.cc
similarity index 99%
rename from components/webcrypto/test/ecdh_unittest.cc
rename to components/webcrypto/algorithms/ecdh_unittest.cc
index bf86f832139447804b234cec07f7cf7ce711e89a..80280bd57b13e70941ff9e9baba9e8f84e2b1f71 100644
--- a/components/webcrypto/test/ecdh_unittest.cc
+++ b/components/webcrypto/algorithms/ecdh_unittest.cc
@@ -4,10 +4,10 @@
#include "base/stl_util.h"
#include "components/webcrypto/algorithm_dispatch.h"
+#include "components/webcrypto/algorithms/test_helpers.h"
#include "components/webcrypto/crypto_data.h"
#include "components/webcrypto/jwk.h"
#include "components/webcrypto/status.h"
-#include "components/webcrypto/test/test_helpers.h"
#include "components/webcrypto/webcrypto_util.h"
#include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
#include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h"

Powered by Google App Engine
This is Rietveld 408576698