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

Unified Diff: net/cert/cert_verify_proc_ios.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_ios.h
diff --git a/net/cert/cert_verify_proc_ios.h b/net/cert/cert_verify_proc_ios.h
index ac5e3885e8559858f6fc61a80976ed8b045b0b11..fdda8e559375556a0087c244a727904ac715e678 100644
--- a/net/cert/cert_verify_proc_ios.h
+++ b/net/cert/cert_verify_proc_ios.h
@@ -5,6 +5,7 @@
#ifndef NET_CERT_CERT_VERIFY_PROC_IOS_H_
#define NET_CERT_CERT_VERIFY_PROC_IOS_H_
+#include "net/base/net_export.h"
#include "net/cert/cert_verify_proc.h"
#include <Security/Security.h>
@@ -13,7 +14,7 @@ namespace net {
// Performs certificate path construction and validation using iOS's
// Security.framework.
-class CertVerifyProcIOS : public CertVerifyProc {
+class NET_EXPORT_PRIVATE CertVerifyProcIOS : public CertVerifyProc {
public:
CertVerifyProcIOS();

Powered by Google App Engine
This is Rietveld 408576698