Index: net/base/ssl_info.h |
=================================================================== |
--- net/base/ssl_info.h (revision 102324) |
+++ net/base/ssl_info.h (working copy) |
@@ -9,7 +9,6 @@ |
#include <vector> |
#include "base/memory/ref_counted.h" |
-#include "net/base/cert_status_flags.h" |
#include "net/base/net_export.h" |
#include "net/base/x509_cert_types.h" |
@@ -47,7 +46,7 @@ |
// Bitmask of status info of |cert|, representing, for example, known errors |
// and extended validation (EV) status. |
// See cert_status_flags.h for values. |
- CertStatus cert_status; |
+ int cert_status; |
// The security strength, in bits, of the SSL cipher suite. |
// 0 means the connection is not encrypted. |