| Index: components/webcrypto/algorithms/test_helpers.h
|
| diff --git a/components/webcrypto/test/test_helpers.h b/components/webcrypto/algorithms/test_helpers.h
|
| similarity index 98%
|
| rename from components/webcrypto/test/test_helpers.h
|
| rename to components/webcrypto/algorithms/test_helpers.h
|
| index 0c84c1dfef4529f1a6ec36cd7d01a4af900e5976..00680d78a23ce01d4e86f5160918451c4365ed1e 100644
|
| --- a/components/webcrypto/test/test_helpers.h
|
| +++ b/components/webcrypto/algorithms/test_helpers.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_WEBCRYPTO_TEST_TEST_HELPERS_H_
|
| -#define COMPONENTS_WEBCRYPTO_TEST_TEST_HELPERS_H_
|
| +#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_TEST_HELPERS_H_
|
| +#define COMPONENTS_WEBCRYPTO_ALGORITHMS_TEST_HELPERS_H_
|
|
|
| #include <ostream>
|
| #include <string>
|
| @@ -208,4 +208,4 @@ blink::WebCryptoNamedCurve GetCurveNameFromDictionary(
|
|
|
| } // namespace webcrypto
|
|
|
| -#endif // COMPONENTS_WEBCRYPTO_TEST_TEST_HELPERS_H_
|
| +#endif // COMPONENTS_WEBCRYPTO_ALGORITHMS_TEST_HELPERS_H_
|
|
|