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

Unified Diff: crypto/mac_security_services_lock.h

Issue 7532023: mac: Components build for crypto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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
« crypto/cssm_init.h ('K') | « crypto/cssm_init.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/mac_security_services_lock.h
diff --git a/crypto/mac_security_services_lock.h b/crypto/mac_security_services_lock.h
index 85db73ef2aa7fa46adfa580e28d38322f892a2e5..c6e2ac4317cf050c1afe400d297759dba794cd37 100644
--- a/crypto/mac_security_services_lock.h
+++ b/crypto/mac_security_services_lock.h
@@ -6,6 +6,8 @@
#define CRYPTO_MAC_SECURITY_SERVICES_LOCK_H_
#pragma once
+#include "crypto/crypto_api.h"
+
namespace base {
class Lock;
}
@@ -18,7 +20,7 @@ namespace crypto {
// problematic.
//
// http://developer.apple.com/mac/library/documentation/Security/Reference/certifkeytrustservices/Reference/reference.html
-base::Lock& GetMacSecurityServicesLock();
+CRYPTO_API base::Lock& GetMacSecurityServicesLock();
} // namespace crypto
« crypto/cssm_init.h ('K') | « crypto/cssm_init.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698