Chromium Code Reviews| Index: crypto/scoped_capi_types.h |
| diff --git a/crypto/scoped_capi_types.h b/crypto/scoped_capi_types.h |
| index 9ab28d9aacc3281b213257a399a2c52b65e51568..ac92e394b9c5dcd5c1979a52ad8b47de1efff34b 100644 |
| --- a/crypto/scoped_capi_types.h |
| +++ b/crypto/scoped_capi_types.h |
| @@ -6,11 +6,11 @@ |
| #define CRYPTO_SCOPED_CAPI_TYPES_H_ |
| #include <windows.h> |
| -#include <wincrypt.h> |
| #include <algorithm> |
| #include "base/logging.h" |
| +#include "crypto/wincrypt_shim.h" |
| namespace crypto { |