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

Unified Diff: components/suggestions/image_encoder_ios.mm

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (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 | « components/suggestions/blacklist_store_unittest.cc ('k') | components/suggestions/image_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/image_encoder_ios.mm
diff --git a/components/suggestions/image_encoder_ios.mm b/components/suggestions/image_encoder_ios.mm
index 79d639cb5dde6f19c605d0e395dc15bc2f32f297..9c27a3ec1ee29daeebe9357deb087830cf0c4176 100644
--- a/components/suggestions/image_encoder_ios.mm
+++ b/components/suggestions/image_encoder_ios.mm
@@ -4,6 +4,7 @@
#include "components/suggestions/image_encoder.h"
+#include <stddef.h>
#import <UIKit/UIKit.h>
#include "base/mac/scoped_cftyperef.h"
« no previous file with comments | « components/suggestions/blacklist_store_unittest.cc ('k') | components/suggestions/image_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698