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

Unified Diff: crypto/keychain_mac.h

Issue 9873017: New CRYPTO_EXPORT macros. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | crypto/mock_keychain_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/keychain_mac.h
diff --git a/crypto/keychain_mac.h b/crypto/keychain_mac.h
index 39ba31c85fb5d4d357adde023f9e2ccf5a08a961..cde96b364f48430ee1036431cb524bd7b54a6fb8 100644
--- a/crypto/keychain_mac.h
+++ b/crypto/keychain_mac.h
@@ -9,6 +9,7 @@
#include <Security/Security.h>
#include "base/basictypes.h"
+#include "crypto/crypto_export.h"
namespace crypto {
@@ -20,7 +21,7 @@ namespace crypto {
// SecKeychainFoo). The only exception is Free, which should be used for
// anything returned from this class that would normally be freed with
// CFRelease (to aid in testing).
-class MacKeychain {
+class CRYPTO_EXPORT MacKeychain {
public:
MacKeychain();
virtual ~MacKeychain();
« no previous file with comments | « no previous file | crypto/mock_keychain_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698