| Index: components/webcrypto/algorithms/aes_ctr_unittest.cc
 | 
| diff --git a/components/webcrypto/test/aes_ctr_unittest.cc b/components/webcrypto/algorithms/aes_ctr_unittest.cc
 | 
| similarity index 99%
 | 
| rename from components/webcrypto/test/aes_ctr_unittest.cc
 | 
| rename to components/webcrypto/algorithms/aes_ctr_unittest.cc
 | 
| index 5993ca67606640a1be5d5d8584a02cbbf08f08e6..c9c26f8e17fc0663349191dc1164159f868bf06b 100644
 | 
| --- a/components/webcrypto/test/aes_ctr_unittest.cc
 | 
| +++ b/components/webcrypto/algorithms/aes_ctr_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 "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
 | 
|  #include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h"
 | 
| 
 |