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

Unified Diff: net/cert/cert_verify_proc_openssl.h

Issue 2629093002: Parameterize the CertVerifyProc tests so they can be run with (Closed)
Patch Set: Fix headers Created 3 years, 11 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
Index: net/cert/cert_verify_proc_openssl.h
diff --git a/net/cert/cert_verify_proc_openssl.h b/net/cert/cert_verify_proc_openssl.h
index 5836386c55d85b6084bb1d9fc1e4818b34bb4ae9..cd39816131aadca2462f89c4c9672933bfd6cc4b 100644
--- a/net/cert/cert_verify_proc_openssl.h
+++ b/net/cert/cert_verify_proc_openssl.h
@@ -5,12 +5,13 @@
#ifndef NET_CERT_CERT_VERIFY_PROC_OPENSSL_H_
#define NET_CERT_CERT_VERIFY_PROC_OPENSSL_H_
+#include "net/base/net_export.h"
#include "net/cert/cert_verify_proc.h"
namespace net {
// Performs certificate path construction and validation using OpenSSL.
-class CertVerifyProcOpenSSL : public CertVerifyProc {
+class NET_EXPORT_PRIVATE CertVerifyProcOpenSSL : public CertVerifyProc {
public:
CertVerifyProcOpenSSL();

Powered by Google App Engine
This is Rietveld 408576698