Index: net/cert/x509_certificate.h |
diff --git a/net/cert/x509_certificate.h b/net/cert/x509_certificate.h |
index dde8ae0ad4e6696e6e8638e0d00f8cc5b1ec8e82..613bd09509004301c7d4f4e72d6704733df5c717 100644 |
--- a/net/cert/x509_certificate.h |
+++ b/net/cert/x509_certificate.h |
@@ -42,8 +42,7 @@ class PickleIterator; |
namespace net { |
-class CRLSet; |
-class CertVerifyResult; |
+class X509Certificate; |
Ryan Sleevi
2016/11/28 23:17:13
Let's not do this. The typedef (line 47) should be
jbriance
2016/11/29 08:40:42
I can't : X509Certificate class is used to typedef
|
typedef std::vector<scoped_refptr<X509Certificate> > CertificateList; |