Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: net/cert/x509_certificate.h

Issue 2531373002: net: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/cert/x509_cert_types.h ('k') | net/cert/x509_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « net/cert/x509_cert_types.h ('k') | net/cert/x509_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698