diff options
Diffstat (limited to 'net/base/cert_verify_result.h')
-rw-r--r-- | net/base/cert_verify_result.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/base/cert_verify_result.h b/net/base/cert_verify_result.h index aa65500..e038b57 100644 --- a/net/base/cert_verify_result.h +++ b/net/base/cert_verify_result.h @@ -8,6 +8,7 @@ #include <vector> +#include "net/base/cert_status_flags.h" #include "net/base/net_export.h" #include "base/memory/ref_counted.h" #include "net/base/x509_cert_types.h" @@ -36,7 +37,7 @@ class NET_EXPORT CertVerifyResult { // these status flags apply to the certificate chain returned in // |verified_cert|, rather than the originally supplied certificate // chain. - int cert_status; + CertStatus cert_status; // Properties of the certificate chain. bool has_md5; |