| Index: components/os_crypt/os_crypt_win.cc
|
| diff --git a/components/os_crypt/os_crypt_win.cc b/components/os_crypt/os_crypt_win.cc
|
| index 1f4e7494ca2b406f8ea73191f6e840dff787da88..bbed44136579fb8f3fc037bcae87374dc1b20391 100644
|
| --- a/components/os_crypt/os_crypt_win.cc
|
| +++ b/components/os_crypt/os_crypt_win.cc
|
| @@ -5,9 +5,9 @@
|
| #include "components/os_crypt/os_crypt.h"
|
|
|
| #include <windows.h>
|
| -#include <wincrypt.h>
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "crypto/wincrypt_shim.h"
|
|
|
| #pragma comment(lib, "crypt32.lib")
|
|
|
|
|