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