| Index: components/os_crypt/os_crypt_posix.cc
|
| diff --git a/components/os_crypt/os_crypt_posix.cc b/components/os_crypt/os_crypt_posix.cc
|
| index 74e8db3d818f13daf1981585d338323f43c6e902..b5dc3348622ba9777c558eb41aac817adb204e6c 100644
|
| --- a/components/os_crypt/os_crypt_posix.cc
|
| +++ b/components/os_crypt/os_crypt_posix.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/os_crypt/os_crypt.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|