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

Unified Diff: crypto/mock_keychain_mac.h

Issue 10738003: src/crypto should build on the x86_64 architecture. (Closed) Base URL: https://src.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 | « AUTHORS ('k') | crypto/mock_keychain_mac.cc » ('j') | 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 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) {}
« no previous file with comments | « AUTHORS ('k') | crypto/mock_keychain_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698