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

Unified Diff: ios/chrome/app/deferred_initialization_runner.mm

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 | « no previous file | ios/chrome/app/safe_mode_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/deferred_initialization_runner.mm
diff --git a/ios/chrome/app/deferred_initialization_runner.mm b/ios/chrome/app/deferred_initialization_runner.mm
index debaf0d4c4e84b77334c8e546542976a66ea38c7..4f537ff20964701b433a873ef8775853e21d1676 100644
--- a/ios/chrome/app/deferred_initialization_runner.mm
+++ b/ios/chrome/app/deferred_initialization_runner.mm
@@ -4,6 +4,8 @@
#import "ios/chrome/app/deferred_initialization_runner.h"
+#include <stdint.h>
+
#include "base/logging.h"
#include "base/mac/scoped_nsobject.h"
« no previous file with comments | « no previous file | ios/chrome/app/safe_mode_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698