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

Unified Diff: chrome/common/safe_browsing/binary_feature_extractor_mac.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/binary_feature_extractor_mac.cc
diff --git a/chrome/common/safe_browsing/binary_feature_extractor_mac.cc b/chrome/common/safe_browsing/binary_feature_extractor_mac.cc
index d76b55ad2a37df26e95550b7773b0cce63788618..a991e33b74a4424c78467a5a29f1acb622f38bcc 100644
--- a/chrome/common/safe_browsing/binary_feature_extractor_mac.cc
+++ b/chrome/common/safe_browsing/binary_feature_extractor_mac.cc
@@ -4,6 +4,9 @@
#include "chrome/common/safe_browsing/binary_feature_extractor.h"
+#include <stddef.h>
+#include <stdint.h>
+
#include "chrome/common/safe_browsing/csd.pb.h"
#include "chrome/common/safe_browsing/mach_o_image_reader_mac.h"
« no previous file with comments | « chrome/common/safe_browsing/binary_feature_extractor.h ('k') | chrome/common/safe_browsing/binary_feature_extractor_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698