| Index: components/webcrypto/algorithms/rsa_pss_unittest.cc
|
| diff --git a/components/webcrypto/test/rsa_pss_unittest.cc b/components/webcrypto/algorithms/rsa_pss_unittest.cc
|
| similarity index 99%
|
| rename from components/webcrypto/test/rsa_pss_unittest.cc
|
| rename to components/webcrypto/algorithms/rsa_pss_unittest.cc
|
| index 933975aa6acf86d99c51100b62aac091c9a3785a..3297c89f4b10550be05d5c726e89520e41bb42c7 100644
|
| --- a/components/webcrypto/test/rsa_pss_unittest.cc
|
| +++ b/components/webcrypto/algorithms/rsa_pss_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"
|
|
|