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

Unified Diff: ios/chrome/browser/installation_notifier.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 | « ios/chrome/browser/installation_notifier.h ('k') | ios/chrome/browser/installation_notifier_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/installation_notifier.mm
diff --git a/ios/chrome/browser/installation_notifier.mm b/ios/chrome/browser/installation_notifier.mm
index e403685fd6714fb7ece5f95fcd59e4617955d1cd..859989a121aab334f73eee17b1beed9dec46e820 100644
--- a/ios/chrome/browser/installation_notifier.mm
+++ b/ios/chrome/browser/installation_notifier.mm
@@ -4,6 +4,7 @@
#import "ios/chrome/browser/installation_notifier.h"
+#include <stdint.h>
#import <UIKit/UIKit.h>
#include "base/ios/weak_nsobject.h"
« no previous file with comments | « ios/chrome/browser/installation_notifier.h ('k') | ios/chrome/browser/installation_notifier_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698