summaryrefslogtreecommitdiffstats
path: root/crypto/keychain_mac.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 04:10:05 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 04:10:05 +0000
commit1a46fa6ed3e1acb03a6d05f63c09b06129c8a639 (patch)
treec0aea3647440e1bc35064fde5d02565a04b0a48e /crypto/keychain_mac.h
parente76a1a10c364a93ee7a4db8ab87ce6d07d644137 (diff)
downloadchromium_src-1a46fa6ed3e1acb03a6d05f63c09b06129c8a639.zip
chromium_src-1a46fa6ed3e1acb03a6d05f63c09b06129c8a639.tar.gz
chromium_src-1a46fa6ed3e1acb03a6d05f63c09b06129c8a639.tar.bz2
New CRYPTO_EXPORT macros.
BUG=90078 TEST=none Review URL: https://chromiumcodereview.appspot.com/9873017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129368 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/keychain_mac.h')
-rw-r--r--crypto/keychain_mac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/keychain_mac.h b/crypto/keychain_mac.h
index 39ba31c..cde96b3 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();