| Index: components/webcrypto/algorithms/sha_unittest.cc
|
| diff --git a/components/webcrypto/test/sha_unittest.cc b/components/webcrypto/algorithms/sha_unittest.cc
|
| similarity index 98%
|
| rename from components/webcrypto/test/sha_unittest.cc
|
| rename to components/webcrypto/algorithms/sha_unittest.cc
|
| index a22c90d1b8168a951511ad95db7c46ca8ecf7489..f64593ddd51b4d67598addf2958e7276c4b56fe4 100644
|
| --- a/components/webcrypto/test/sha_unittest.cc
|
| +++ b/components/webcrypto/algorithms/sha_unittest.cc
|
| @@ -5,9 +5,9 @@
|
| #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/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"
|
|
|