| 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 2f618626fe28f770e9a218276bd925ebb6355091..46ca2488f6dd3a3a92c3296c37c2142c236d734e 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"
|
|
|