| Index: components/os_crypt/os_crypt.h
|
| diff --git a/components/os_crypt/os_crypt.h b/components/os_crypt/os_crypt.h
|
| index 33e5b7146c0cba5f8412b6b359295ba9a8105160..ecffa4e5ed4c8c81b4acde3b8169b156eb305f51 100644
|
| --- a/components/os_crypt/os_crypt.h
|
| +++ b/components/os_crypt/os_crypt.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| +#include "build/build_config.h"
|
|
|
| // The OSCrypt class gives access to simple encryption and decryption of
|
| // strings. Note that on Mac, access to the system Keychain is required and
|
|
|