| 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 30a1b8ebaa87aa18d0b8fcfe0a24a8d456abf6bf..07773a655f661b494f713235e494e59a1012aaa7 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"
|
|
|