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 |