| Index: net/base/cert_verify_result.h
|
| ===================================================================
|
| --- net/base/cert_verify_result.h (revision 102325)
|
| +++ net/base/cert_verify_result.h (working copy)
|
| @@ -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 @@
|
| // 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;
|
|
|