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

Unified Diff: ios/chrome/browser/installation_notifier.h

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/install_time_util.mm ('k') | ios/chrome/browser/installation_notifier.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/installation_notifier.h
diff --git a/ios/chrome/browser/installation_notifier.h b/ios/chrome/browser/installation_notifier.h
index 55f74d169580ee37391ce2572ab1bbfe5c1d131a..8881974923d4c242570520c93a0c8ef908c59d02 100644
--- a/ios/chrome/browser/installation_notifier.h
+++ b/ios/chrome/browser/installation_notifier.h
@@ -6,6 +6,7 @@
#define IOS_CHROME_BROWSER_INSTALLATION_NOTIFIER_H_
#import <Foundation/Foundation.h>
+#include <stdint.h>
class GURL;
« no previous file with comments | « ios/chrome/browser/install_time_util.mm ('k') | ios/chrome/browser/installation_notifier.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698