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

Unified Diff: chrome/browser/chrome_browser_application_mac.mm

Issue 10825447: chrome/browser should build on the x86_64 architecture (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased on the updated trunk. Created 8 years, 4 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') | chrome/browser/ui/cocoa/about_ipc_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_application_mac.mm
diff --git a/chrome/browser/chrome_browser_application_mac.mm b/chrome/browser/chrome_browser_application_mac.mm
index baed0bbfa736e270e23be7e5bade0a110ca2fddb..0e151e0bb7dd461b8efa90f95fa91b1981ae7d87 100644
--- a/chrome/browser/chrome_browser_application_mac.mm
+++ b/chrome/browser/chrome_browser_application_mac.mm
@@ -388,8 +388,11 @@ void SwizzleInit() {
NSString* actionString = NSStringFromSelector(anAction);
NSString* value =
- [NSString stringWithFormat:@"%@ tag %d sending %@ to %p",
- [sender className], tag, actionString, aTarget];
+ [NSString stringWithFormat:@"%@ tag %ld sending %@ to %p",
+ [sender className],
+ static_cast<long>(tag),
+ actionString,
+ aTarget];
base::mac::ScopedCrashKey key(kActionKey, value);
« no previous file with comments | « AUTHORS ('k') | chrome/browser/ui/cocoa/about_ipc_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698