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

Unified Diff: net/cert/x509_cert_types.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
Index: net/cert/x509_cert_types.h
diff --git a/net/cert/x509_cert_types.h b/net/cert/x509_cert_types.h
index d2a55fe4b54ce516a373eb5139465ec56c9b06f8..acb5b4fa3d57f14c578a528aeafaac0a7c39dd31 100644
--- a/net/cert/x509_cert_types.h
+++ b/net/cert/x509_cert_types.h
@@ -30,8 +30,6 @@ class Time;
namespace net {
-class X509Certificate;
-
// CertPrincipal represents the issuer or subject field of an X.509 certificate.
struct NET_EXPORT CertPrincipal {
CertPrincipal();

Powered by Google App Engine
This is Rietveld 408576698