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

Unified Diff: net/base/openssl_client_key_store.h

Issue 12988003: [Android] Fix remaining linker errors for components build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/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();

Powered by Google App Engine
This is Rietveld 408576698