From 1cc807ccf36818aa70b95fef0f5f72d8fb208a31 Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Thu, 19 Jul 2012 21:52:09 +0000 Subject: Declare password_data_count_ as int to match the return type of its getter method. R=rsleevi@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10800038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147541 0039d316-1c4b-4281-b951-d872f2087c98 --- crypto/mock_keychain_mac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/mock_keychain_mac.h') 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_; -- cgit v1.1