| Index: components/webcrypto/algorithms/test_helpers.cc
|
| diff --git a/components/webcrypto/algorithms/test_helpers.cc b/components/webcrypto/algorithms/test_helpers.cc
|
| index 6ba14d75cddfe23784a2644f4a627021e611e214..617b23fa9e7a4a52038c3eeca4652a39b691aa87 100644
|
| --- a/components/webcrypto/algorithms/test_helpers.cc
|
| +++ b/components/webcrypto/algorithms/test_helpers.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/webcrypto/algorithms/test_helpers.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
|
|
| #include "base/base64url.h"
|
| @@ -11,6 +13,7 @@
|
| #include "base/json/json_reader.h"
|
| #include "base/json/json_writer.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/path_service.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_util.h"
|
|
|