| Index: components/webcrypto/algorithms/ecdsa_unittest.cc
 | 
| diff --git a/components/webcrypto/test/ecdsa_unittest.cc b/components/webcrypto/algorithms/ecdsa_unittest.cc
 | 
| similarity index 99%
 | 
| rename from components/webcrypto/test/ecdsa_unittest.cc
 | 
| rename to components/webcrypto/algorithms/ecdsa_unittest.cc
 | 
| index 1189d52c2351e7f39ee43a8b9381e1c257dfb7b8..6193c088fc2c2cf1393cdbac93cff6976f342c74 100644
 | 
| --- a/components/webcrypto/test/ecdsa_unittest.cc
 | 
| +++ b/components/webcrypto/algorithms/ecdsa_unittest.cc
 | 
| @@ -4,10 +4,10 @@
 | 
|  
 | 
|  #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 "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
 | 
|  #include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h"
 | 
| 
 |