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: chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc

Issue 1548153002: Switch to standard integer types in chrome/. (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: chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc
diff --git a/chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc b/chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc
index de01cdc717f2cb06897fe17bf7d703ea314158cb..39cdf8e457ccd91082bf8ba9d8882fa35b6641c2 100644
--- a/chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc
+++ b/chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc
@@ -8,6 +8,8 @@
#include <libkern/OSByteOrder.h>
#include <mach-o/fat.h>
#include <mach-o/loader.h>
+#include <stddef.h>
+#include <stdint.h>
#include <string.h>
#include <uuid/uuid.h>
« no previous file with comments | « chrome/common/safe_browsing/mach_o_image_reader_mac.h ('k') | chrome/common/safe_browsing/pe_image_reader_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698