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

Unified Diff: net/cert/cert_verify_proc_win.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_win.h
diff --git a/net/cert/cert_verify_proc_win.h b/net/cert/cert_verify_proc_win.h
index c56c8215a144b41cd4787a9596b1899458cc787e..04adff9570ae45dd2e8539707c627a4af9aee50d 100644
--- a/net/cert/cert_verify_proc_win.h
+++ b/net/cert/cert_verify_proc_win.h
@@ -5,13 +5,14 @@
#ifndef NET_CERT_CERT_VERIFY_PROC_WIN_H_
#define NET_CERT_CERT_VERIFY_PROC_WIN_H_
+#include "net/base/net_export.h"
#include "net/cert/cert_verify_proc.h"
namespace net {
// Performs certificate path construction and validation using Windows'
// CryptoAPI.
-class CertVerifyProcWin : public CertVerifyProc {
+class NET_EXPORT_PRIVATE CertVerifyProcWin : public CertVerifyProc {
public:
CertVerifyProcWin();
« net/cert/cert_verify_proc_unittest.cc ('K') | « net/cert/cert_verify_proc_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698