| Index: components/webcrypto/algorithms/ecdsa_unittest.cc
|
| diff --git a/components/webcrypto/algorithms/ecdsa_unittest.cc b/components/webcrypto/algorithms/ecdsa_unittest.cc
|
| index 4b2e6515ce65ba0002a100aee2c6b90d93c486bd..1b6386539dbc1d3fd26aa60724fa38ef85ea3845 100644
|
| --- a/components/webcrypto/algorithms/ecdsa_unittest.cc
|
| +++ b/components/webcrypto/algorithms/ecdsa_unittest.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/stl_util.h"
|
| #include "components/webcrypto/algorithm_dispatch.h"
|
| #include "components/webcrypto/algorithms/test_helpers.h"
|
|
|