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

Unified Diff: components/webp_transcode/webp_network_client.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
Index: components/webp_transcode/webp_network_client.mm
diff --git a/components/webp_transcode/webp_network_client.mm b/components/webp_transcode/webp_network_client.mm
index 307e19846201bdc955b5f1dc878a353cf354bc50..9a9bd4043480b7ee04c5f1786f323fb1d02d8183 100644
--- a/components/webp_transcode/webp_network_client.mm
+++ b/components/webp_transcode/webp_network_client.mm
@@ -4,6 +4,8 @@
#import "components/webp_transcode/webp_network_client.h"
+#include <stddef.h>
+
#include "base/bind.h"
#include "base/compiler_specific.h"
#include "base/location.h"
« no previous file with comments | « components/webp_transcode/webp_decoder_unittest.mm ('k') | components/webp_transcode/webp_network_client_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698