| Index: net/ssl/client_cert_store_win.cc
|
| diff --git a/net/ssl/client_cert_store_win.cc b/net/ssl/client_cert_store_win.cc
|
| index 24ae1aa6d51bd308559cdb84afdddd4ed5851953..82866172f7c7adf315e2ec884e245bb444368f16 100644
|
| --- a/net/ssl/client_cert_store_win.cc
|
| +++ b/net/ssl/client_cert_store_win.cc
|
| @@ -9,12 +9,12 @@
|
|
|
| #define SECURITY_WIN32 // Needs to be defined before including security.h
|
| #include <windows.h>
|
| -#include <wincrypt.h>
|
| #include <security.h>
|
|
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
| #include "crypto/scoped_capi_types.h"
|
| +#include "crypto/wincrypt.h"
|
| #include "net/cert/x509_util.h"
|
|
|
| namespace net {
|
|
|