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

Unified Diff: crypto/mock_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 | « crypto/keychain_mac.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/mock_keychain_mac.h
diff --git a/crypto/mock_keychain_mac.h b/crypto/mock_keychain_mac.h
index d52353e1b8bd43ac66f146efd110745c3bea992a..51f725149a333d7999167806352a4094dba4e3bc 100644
--- a/crypto/mock_keychain_mac.h
+++ b/crypto/mock_keychain_mac.h
@@ -24,7 +24,7 @@ namespace crypto {
// Note that "const" is pretty much meaningless for this class; the const-ness
// of MacKeychain doesn't apply to the actual keychain data, so all of the Mock
// data is mutable; don't assume that it won't change over the life of tests.
-class MockKeychain : public MacKeychain {
+class CRYPTO_EXPORT MockKeychain : public MacKeychain {
public:
MockKeychain();
virtual ~MockKeychain();
« no previous file with comments | « crypto/keychain_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698