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 716827107ad55b89ad4f632227d9d18f7a31ce2c..c84143cc268e10313899c0ae9e505a05d52ec96f 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" |