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

Unified Diff: components/webp_transcode/webp_decoder_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_decoder.mm ('k') | components/webp_transcode/webp_network_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webp_transcode/webp_decoder_unittest.mm
diff --git a/components/webp_transcode/webp_decoder_unittest.mm b/components/webp_transcode/webp_decoder_unittest.mm
index b4084d091a8c752c7c6f27ee56376c252080bcf1..eb294ab65f4a18f62d5bbc504fcaaccd8274a504 100644
--- a/components/webp_transcode/webp_decoder_unittest.mm
+++ b/components/webp_transcode/webp_decoder_unittest.mm
@@ -6,6 +6,8 @@
#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>
+#include <stddef.h>
+#include <stdint.h>
#include "base/base_paths.h"
#include "base/files/file_path.h"
@@ -13,9 +15,11 @@
#include "base/logging.h"
#include "base/mac/scoped_cftyperef.h"
#include "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/path_service.h"
#include "base/strings/sys_string_conversions.h"
+#include "build/build_config.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/webp_transcode/webp_decoder.mm ('k') | components/webp_transcode/webp_network_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698