Index: net/base/x509_certificate.h |
=================================================================== |
--- net/base/x509_certificate.h (revision 66790) |
+++ net/base/x509_certificate.h (working copy) |
@@ -284,6 +284,8 @@ |
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, |