| Index: components/webcrypto/algorithms/rsa_sign.cc
|
| diff --git a/components/webcrypto/algorithms/rsa_sign.cc b/components/webcrypto/algorithms/rsa_sign.cc
|
| index 1ea0b8ea98b3510c2ec9a9ce150e0e95f0bb3316..20f23061f3f163fdfa30e0a5fe60aa1653f730be 100644
|
| --- a/components/webcrypto/algorithms/rsa_sign.cc
|
| +++ b/components/webcrypto/algorithms/rsa_sign.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/numerics/safe_math.h"
|
| #include "components/webcrypto/algorithms/rsa_sign.h"
|
| #include "components/webcrypto/algorithms/util.h"
|
|
|