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

Unified Diff: ios/chrome/browser/translate/before_translate_infobar_controller.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
Index: ios/chrome/browser/translate/before_translate_infobar_controller.mm
diff --git a/ios/chrome/browser/translate/before_translate_infobar_controller.mm b/ios/chrome/browser/translate/before_translate_infobar_controller.mm
index 78cfaec643f5a54d76a22c6165980bdeeb1d4d17..f7df14018af3fa37f0bc38b0a05dabff48d9d53c 100644
--- a/ios/chrome/browser/translate/before_translate_infobar_controller.mm
+++ b/ios/chrome/browser/translate/before_translate_infobar_controller.mm
@@ -4,6 +4,7 @@
#include "ios/chrome/browser/translate/before_translate_infobar_controller.h"
+#include <stddef.h>
#import <UIKit/UIKit.h>
#include "base/logging.h"
« no previous file with comments | « ios/chrome/browser/sync/sync_setup_service.cc ('k') | ios/chrome/browser/translate/chrome_ios_translate_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698