| Index: net/base/openssl_client_key_store.h | 
| diff --git a/net/base/openssl_client_key_store.h b/net/base/openssl_client_key_store.h | 
| index a4c389795e22baadd6ba47e262dc90b261aeb83b..b6b167d4f856e7414405c0d4752cf52b5aa76167 100644 | 
| --- a/net/base/openssl_client_key_store.h | 
| +++ b/net/base/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(); | 
|  |