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

Unified Diff: ios/chrome/browser/infobars/infobar_container_ios.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/infobars/infobar.h ('k') | ios/chrome/browser/infobars/infobar_container_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/infobars/infobar_container_ios.h
diff --git a/ios/chrome/browser/infobars/infobar_container_ios.h b/ios/chrome/browser/infobars/infobar_container_ios.h
index 44db6c64ecbea932ee437e96ecf72999acb001f7..e54bb4b05a435d386cd727d913934faa9d95e8b3 100644
--- a/ios/chrome/browser/infobars/infobar_container_ios.h
+++ b/ios/chrome/browser/infobars/infobar_container_ios.h
@@ -7,7 +7,10 @@
#include "components/infobars/core/infobar_container.h"
+#include <stddef.h>
+
#include "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
@class InfoBarContainerView;
class InfoBarIOS;
« no previous file with comments | « ios/chrome/browser/infobars/infobar.h ('k') | ios/chrome/browser/infobars/infobar_container_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698