Index: crypto/mock_keychain_mac.h |
=================================================================== |
--- crypto/mock_keychain_mac.h (revision 145645) |
+++ crypto/mock_keychain_mac.h (working copy) |
@@ -177,7 +177,7 @@ |
const SecKeychainAttributeList& attribute_list, |
UInt32 tag); |
- static const int kDummySearchRef = 1000; |
+ static const uintptr_t kDummySearchRef = 1000; |
typedef struct KeychainPasswordData { |
KeychainPasswordData() : data(NULL), length(0) {} |