| 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();
|
|
|
|
|