Index: components/webcrypto/algorithms/aes_gcm_unittest.cc |
diff --git a/components/webcrypto/test/aes_gcm_unittest.cc b/components/webcrypto/algorithms/aes_gcm_unittest.cc |
similarity index 99% |
rename from components/webcrypto/test/aes_gcm_unittest.cc |
rename to components/webcrypto/algorithms/aes_gcm_unittest.cc |
index 5342114084686aa321287c72796b1f481fcb4309..60e8582b1c5d7d1f09b3d45ad3d139d40a495523 100644 |
--- a/components/webcrypto/test/aes_gcm_unittest.cc |
+++ b/components/webcrypto/algorithms/aes_gcm_unittest.cc |
@@ -4,9 +4,9 @@ |
#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/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" |