| 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 cb2a7c5b8da7046ac1efa3d6c6dbdcec90b2d6e4..11aa759111eb04fb5c6665c831f1fcae15b66f31 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"
|
|
|