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

Unified Diff: crypto/mock_keychain_mac.h

Issue 10800038: Declare password_data_count_ as int to match the return type of its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/mock_keychain_mac.h
===================================================================
--- crypto/mock_keychain_mac.h (revision 147091)
+++ crypto/mock_keychain_mac.h (working copy)
@@ -214,7 +214,7 @@
// Tracks the allocations and frees of password data in |FindGenericPassword|
// and |ItemFreeContent|.
- mutable unsigned int password_data_count_;
+ mutable int password_data_count_;
wtc 2012/07/19 17:57:42 The MockKeychain class doesn't use password_data_c
// Records the password being set when |AddGenericPassword()| gets called.
mutable std::string add_generic_password_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698