| Index: net/ssl/openssl_client_key_store.h
|
| diff --git a/net/ssl/openssl_client_key_store.h b/net/ssl/openssl_client_key_store.h
|
| index b3980ebb8745a680194ca94b793cb9f3eb2c9d12..6d90253ff14fb396755df0d57cb0ce5f7174b8ce 100644
|
| --- a/net/ssl/openssl_client_key_store.h
|
| +++ b/net/ssl/openssl_client_key_store.h
|
| @@ -26,7 +26,7 @@ class X509Certificate;
|
| //
|
| // This class is not thread-safe and should only be used from the network
|
| // thread.
|
| -class OpenSSLClientKeyStore {
|
| +class NET_EXPORT OpenSSLClientKeyStore {
|
| public:
|
| // Platforms must define this factory function as appropriate.
|
| static OpenSSLClientKeyStore* GetInstance();
|
|
|