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

Unified Diff: chrome/common/safe_browsing/binary_feature_extractor_win.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_win.cc
diff --git a/chrome/common/safe_browsing/binary_feature_extractor_win.cc b/chrome/common/safe_browsing/binary_feature_extractor_win.cc
index c20f004b10e4e243be102a75b184b9762968f786..c213a6d7cd92cdea7d4ca27a35d1854ba9b5af6a 100644
--- a/chrome/common/safe_browsing/binary_feature_extractor_win.cc
+++ b/chrome/common/safe_browsing/binary_feature_extractor_win.cc
@@ -6,6 +6,8 @@
#include <windows.h>
#include <softpub.h>
+#include <stddef.h>
+#include <stdint.h>
#include <wintrust.h>
#include "base/files/file_path.h"

Powered by Google App Engine
This is Rietveld 408576698