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

Unified Diff: components/webp_transcode/webp_decoder.h

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/webdata_services/web_data_service_wrapper.cc ('k') | components/webp_transcode/webp_decoder.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webp_transcode/webp_decoder.h
diff --git a/components/webp_transcode/webp_decoder.h b/components/webp_transcode/webp_decoder.h
index ab2509e93f707c4275b84c02586b676ed546499e..1fa93f78c1be83b433e348210d9d02b96d755083 100644
--- a/components/webp_transcode/webp_decoder.h
+++ b/components/webp_transcode/webp_decoder.h
@@ -6,6 +6,7 @@
#define COMPONENTS_WEBP_TRANSCODE_WEBP_DECODER_H_
#import <Foundation/Foundation.h>
+#include <stddef.h>
#include "base/mac/scoped_nsobject.h"
#include "base/memory/ref_counted.h"
« no previous file with comments | « components/webdata_services/web_data_service_wrapper.cc ('k') | components/webp_transcode/webp_decoder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698