Index: components/webcrypto/algorithms/rsa_oaep_unittest.cc |
diff --git a/components/webcrypto/test/rsa_oaep_unittest.cc b/components/webcrypto/algorithms/rsa_oaep_unittest.cc |
similarity index 99% |
rename from components/webcrypto/test/rsa_oaep_unittest.cc |
rename to components/webcrypto/algorithms/rsa_oaep_unittest.cc |
index 7e96322566853fc7e9ffe7941a3ea01ed72bb0e2..6d3811ac97d891c584b12617a08f75d25a5bfd90 100644 |
--- a/components/webcrypto/test/rsa_oaep_unittest.cc |
+++ b/components/webcrypto/algorithms/rsa_oaep_unittest.cc |
@@ -5,10 +5,10 @@ |
#include "base/logging.h" |
#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 "testing/gtest/include/gtest/gtest.h" |
#include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h" |