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

Unified Diff: components/webp_transcode/webp_network_client_unittest.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/webp_transcode/webp_network_client.mm ('k') | components/webusb/webusb_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webp_transcode/webp_network_client_unittest.mm
diff --git a/components/webp_transcode/webp_network_client_unittest.mm b/components/webp_transcode/webp_network_client_unittest.mm
index c5c425b684b063a652c7eddb11ba3da5f3ce0972..e017b91dddb9f78f8c0006d0b9383cf494394177 100644
--- a/components/webp_transcode/webp_network_client_unittest.mm
+++ b/components/webp_transcode/webp_network_client_unittest.mm
@@ -4,7 +4,10 @@
#include "components/webp_transcode/webp_network_client.h"
+#include <stddef.h>
+
#include "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
#include "base/thread_task_runner_handle.h"
« no previous file with comments | « components/webp_transcode/webp_network_client.mm ('k') | components/webusb/webusb_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698