| Index: components/webcrypto/algorithms/hmac_unittest.cc
|
| diff --git a/components/webcrypto/test/hmac_unittest.cc b/components/webcrypto/algorithms/hmac_unittest.cc
|
| similarity index 99%
|
| rename from components/webcrypto/test/hmac_unittest.cc
|
| rename to components/webcrypto/algorithms/hmac_unittest.cc
|
| index f00c76433a43d8094d0c0927b08460c46783caa7..9d4247b1297c4d47120895a86aaae1fca868fa4d 100644
|
| --- a/components/webcrypto/test/hmac_unittest.cc
|
| +++ b/components/webcrypto/algorithms/hmac_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"
|
|
|