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

Unified Diff: chrome/tools/mac_helpers/infoplist_strings_util.mm

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: chrome/tools/mac_helpers/infoplist_strings_util.mm
diff --git a/chrome/tools/mac_helpers/infoplist_strings_util.mm b/chrome/tools/mac_helpers/infoplist_strings_util.mm
index 1a6804c36162e46e8cb0b92c261260f00c29e2b2..ede5a286aa4f64ece5693a33c0ac83973a2ced0c 100644
--- a/chrome/tools/mac_helpers/infoplist_strings_util.mm
+++ b/chrome/tools/mac_helpers/infoplist_strings_util.mm
@@ -7,6 +7,7 @@
// Mac OS X app bundles.
#import <Foundation/Foundation.h>
+#include <stdint.h>
#include <stdio.h>
#include <unistd.h>
« no previous file with comments | « chrome/tools/crash_service/caps/logger_win.cc ('k') | chrome/tools/service_discovery_sniffer/service_discovery_sniffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698