| 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 c8b750196ad415807a9c960ff4c89151e79a1256..1ebf02d79efb41c383a5a63732bd05b3aaaa881e 100644
|
| --- a/net/ssl/client_cert_store_win.cc
|
| +++ b/net/ssl/client_cert_store_win.cc
|
| @@ -98,7 +98,7 @@ void GetClientCertsImpl(HCERTSTORE cert_store,
|
| &find_by_issuer_para,
|
| chain_context);
|
| if (!chain_context) {
|
| - if (GetLastError() != CRYPT_E_NOT_FOUND)
|
| + if (GetLastError() != static_cast<DWORD>(CRYPT_E_NOT_FOUND))
|
| DPLOG(ERROR) << "CertFindChainInStore failed: ";
|
| break;
|
| }
|
|
|