| Index: components/os_crypt/os_crypt_mac.mm
|
| diff --git a/components/os_crypt/os_crypt_mac.mm b/components/os_crypt/os_crypt_mac.mm
|
| index dcfd2fbca12a7996add2ba1009753e1270b55036..58a0edce230f589022538f56f543242e7f685baf 100644
|
| --- a/components/os_crypt/os_crypt_mac.mm
|
| +++ b/components/os_crypt/os_crypt_mac.mm
|
| @@ -5,6 +5,7 @@
|
| #include "components/os_crypt/os_crypt.h"
|
|
|
| #include <CommonCrypto/CommonCryptor.h> // for kCCBlockSizeAES128
|
| +#include <stddef.h>
|
|
|
| #include "base/command_line.h"
|
| #include "base/debug/leak_annotations.h"
|
|
|