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

Unified Diff: net/cert/cert_verify_proc_mac.h

Issue 2670643008: Move CertVerifyProcMac unit-tests to their own file. (Closed)
Patch Set: 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_mac.h
diff --git a/net/cert/cert_verify_proc_mac.h b/net/cert/cert_verify_proc_mac.h
index 3c87edd7a48f5678dbff643e4be602fa971034d4..b78a3eb3d63ff6a9b6a705a002281dbb1254dc22 100644
--- a/net/cert/cert_verify_proc_mac.h
+++ b/net/cert/cert_verify_proc_mac.h
@@ -6,12 +6,13 @@
#define NET_CERT_CERT_VERIFY_PROC_MAC_H_
#include "net/cert/cert_verify_proc.h"
+#include "net/base/net_export.h"
namespace net {
// Performs certificate path construction and validation using OS X's
// Security.framework.
-class CertVerifyProcMac : public CertVerifyProc {
+class NET_EXPORT_PRIVATE CertVerifyProcMac : public CertVerifyProc {
public:
CertVerifyProcMac();

Powered by Google App Engine
This is Rietveld 408576698