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

Unified Diff: chrome/common/safe_browsing/binary_feature_extractor_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/binary_feature_extractor_unittest.cc
diff --git a/chrome/common/safe_browsing/binary_feature_extractor_unittest.cc b/chrome/common/safe_browsing/binary_feature_extractor_unittest.cc
index 29a5ef166a97f5ec371d954c841df7931cbb586d..83dd259e2f4e6cc36d48224a6f86261897834702 100644
--- a/chrome/common/safe_browsing/binary_feature_extractor_unittest.cc
+++ b/chrome/common/safe_browsing/binary_feature_extractor_unittest.cc
@@ -4,6 +4,9 @@
#include "chrome/common/safe_browsing/binary_feature_extractor.h"
+#include <stdint.h>
+#include <string.h>
+
#include "base/base_paths.h"
#include "base/files/file.h"
#include "base/files/scoped_temp_dir.h"

Powered by Google App Engine
This is Rietveld 408576698