Index: net/base/x509_certificate.h |
diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h |
index 2a7e6d7225ecb2a65697df6974a66c1f7625b85a..bb958e68fcd9e8dc7c8bd0eabdabfb97cb9f8f90 100644 |
--- a/net/base/x509_certificate.h |
+++ b/net/base/x509_certificate.h |
@@ -277,8 +277,6 @@ class X509Certificate : public base::RefCountedThreadSafe<X509Certificate> { |
FRIEND_TEST_ALL_PREFIXES(X509CertificateTest, Cache); |
FRIEND_TEST_ALL_PREFIXES(X509CertificateTest, IntermediateCertificates); |
- class Cache; |
- |
// Construct an X509Certificate from a handle to the certificate object |
// in the underlying crypto library. |
X509Certificate(OSCertHandle cert_handle, Source source, |