summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/mock_keychain_mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/mock_keychain_mac.h b/crypto/mock_keychain_mac.h
index 6ed3fb5..a831317 100644
--- a/crypto/mock_keychain_mac.h
+++ b/crypto/mock_keychain_mac.h
@@ -214,7 +214,7 @@ class CRYPTO_EXPORT MockKeychain : public MacKeychain {
// Tracks the allocations and frees of password data in |FindGenericPassword|
// and |ItemFreeContent|.
- mutable unsigned int password_data_count_;
+ mutable int password_data_count_;
// Records the password being set when |AddGenericPassword()| gets called.
mutable std::string add_generic_password_;