Index: net/base/cert_verify_result.h |
=================================================================== |
--- net/base/cert_verify_result.h (revision 102324) |
+++ net/base/cert_verify_result.h (working copy) |
@@ -8,7 +8,6 @@ |
#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" |
@@ -37,7 +36,7 @@ |
// these status flags apply to the certificate chain returned in |
// |verified_cert|, rather than the originally supplied certificate |
// chain. |
- CertStatus cert_status; |
+ int cert_status; |
// Properties of the certificate chain. |
bool has_md5; |