| Index: components/webcrypto/status_unittest.cc
|
| diff --git a/components/webcrypto/test/status_unittest.cc b/components/webcrypto/status_unittest.cc
|
| similarity index 97%
|
| rename from components/webcrypto/test/status_unittest.cc
|
| rename to components/webcrypto/status_unittest.cc
|
| index 095d42bd0dbbbc84acd82ce60fb1aecc7ad0a5c7..3102f77e275bae700add074f034ac8f1f5668874 100644
|
| --- a/components/webcrypto/test/status_unittest.cc
|
| +++ b/components/webcrypto/status_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/WebCryptoAlgorithm.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
|
|
|