| Index: components/webcrypto/algorithms/test_helpers.cc
|
| diff --git a/components/webcrypto/test/test_helpers.cc b/components/webcrypto/algorithms/test_helpers.cc
|
| similarity index 99%
|
| rename from components/webcrypto/test/test_helpers.cc
|
| rename to components/webcrypto/algorithms/test_helpers.cc
|
| index 102df3dcd52f56c14a8421885398d2e25d575a3e..9aa0e41769f1a6de559c034aa2619744b9d3a949 100644
|
| --- a/components/webcrypto/test/test_helpers.cc
|
| +++ b/components/webcrypto/algorithms/test_helpers.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/webcrypto/test/test_helpers.h"
|
| +#include "components/webcrypto/algorithms/test_helpers.h"
|
|
|
| #include <algorithm>
|
|
|
|
|