| Index: components/webcrypto/algorithms/aes.cc
|
| diff --git a/components/webcrypto/algorithms/aes.cc b/components/webcrypto/algorithms/aes.cc
|
| index 09dbfd45c49b2ad5519af55fb4bfd93d5a7972ad..7ba9a5095b9df12fb05ded38cab2670bf159b209 100644
|
| --- a/components/webcrypto/algorithms/aes.cc
|
| +++ b/components/webcrypto/algorithms/aes.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/webcrypto/algorithms/aes.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "components/webcrypto/algorithms/secret_key_util.h"
|
| #include "components/webcrypto/blink_key_handle.h"
|
|
|