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

Unified Diff: ios/chrome/browser/infobars/infobar.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
Index: ios/chrome/browser/infobars/infobar.h
diff --git a/ios/chrome/browser/infobars/infobar.h b/ios/chrome/browser/infobars/infobar.h
index 2bc401b9872f9ea9b795bd8fc1efd231f7be203e..faad0a7bd61cc529f09f3faf0a7790bd7098bd42 100644
--- a/ios/chrome/browser/infobars/infobar.h
+++ b/ios/chrome/browser/infobars/infobar.h
@@ -6,6 +6,7 @@
#define IOS_CHROME_BROWSER_INFOBARS_INFOBAR_H_
#include "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
#include "components/infobars/core/infobar.h"
#import "ios/public/provider/chrome/browser/ui/infobar_view_delegate.h"
« no previous file with comments | « ios/chrome/browser/geolocation/CLLocation+XGeoHeader.mm ('k') | ios/chrome/browser/infobars/infobar_container_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698