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

Unified Diff: net/cert/cert_verify_result.h

Issue 1227943002: Allow browser tests to use a MockCertVerifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style fixes, comments Created 5 years, 5 months 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
« net/cert/cert_verifier.h ('K') | « net/cert/cert_verifier.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_result.h
diff --git a/net/cert/cert_verify_result.h b/net/cert/cert_verify_result.h
index 9e6732552932b84e1d962becad0e508848d3c213..2ddb08ad0bb4f90ee6afee7a4a4e31315d9db77c 100644
--- a/net/cert/cert_verify_result.h
+++ b/net/cert/cert_verify_result.h
@@ -11,11 +11,10 @@
#include "net/base/net_export.h"
#include "net/cert/cert_status_flags.h"
#include "net/cert/x509_cert_types.h"
+#include "net/cert/x509_certificate.h"
estark 2015/07/09 17:27:21 I can't for the life of me figure out why this is
Ryan Sleevi 2015/07/09 19:40:26 Because you're invoking a compiler-default copy-ct
namespace net {
-class X509Certificate;
-
// The result of certificate verification.
class NET_EXPORT CertVerifyResult {
public:
« net/cert/cert_verifier.h ('K') | « net/cert/cert_verifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698