Index: net/base/x509_certificate_win.cc |
=================================================================== |
--- net/base/x509_certificate_win.cc (revision 102325) |
+++ net/base/x509_certificate_win.cc (working copy) |
@@ -95,7 +95,7 @@ |
// Map the errors in the chain_context->TrustStatus.dwErrorStatus returned by |
// CertGetCertificateChain to our certificate status flags. |
int MapCertChainErrorStatusToCertStatus(DWORD error_status) { |
- int cert_status = 0; |
+ CertStatus cert_status = 0; |
// We don't include CERT_TRUST_IS_NOT_TIME_NESTED because it's obsolete and |
// we wouldn't consider it an error anyway |