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

Unified Diff: ios/chrome/app/safe_mode_util.cc

Issue 1544743002: Switch to standard integer types in ios/. (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
« no previous file with comments | « ios/chrome/app/deferred_initialization_runner.mm ('k') | ios/chrome/app/safe_mode_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/safe_mode_util.cc
diff --git a/ios/chrome/app/safe_mode_util.cc b/ios/chrome/app/safe_mode_util.cc
index be448a450fae4b3a71a265c25558190a960d03a9..af5156440f06b0e7c94d6c746690e5f308fe11fb 100644
--- a/ios/chrome/app/safe_mode_util.cc
+++ b/ios/chrome/app/safe_mode_util.cc
@@ -5,6 +5,7 @@
#include "ios/chrome/app/safe_mode_util.h"
#include <mach-o/dyld.h>
+#include <stdint.h>
namespace safe_mode_util {
« no previous file with comments | « ios/chrome/app/deferred_initialization_runner.mm ('k') | ios/chrome/app/safe_mode_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698