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

Unified Diff: chrome/common/safe_browsing/binary_feature_extractor.h

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.h
diff --git a/chrome/common/safe_browsing/binary_feature_extractor.h b/chrome/common/safe_browsing/binary_feature_extractor.h
index 02a40917e8d1352a091080e7134a741c221a2824..b0bf4bf4bf3d2e9f63123c43fdb24b5aa3070601 100644
--- a/chrome/common/safe_browsing/binary_feature_extractor.h
+++ b/chrome/common/safe_browsing/binary_feature_extractor.h
@@ -8,10 +8,13 @@
#ifndef CHROME_COMMON_SAFE_BROWSING_BINARY_FEATURE_EXTRACTOR_H_
#define CHROME_COMMON_SAFE_BROWSING_BINARY_FEATURE_EXTRACTOR_H_
+#include <stddef.h>
+#include <stdint.h>
+
#include <string>
-#include "base/basictypes.h"
#include "base/files/file.h"
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "third_party/protobuf/src/google/protobuf/repeated_field.h"
« no previous file with comments | « chrome/common/resource_usage_reporter_type_converters.cc ('k') | chrome/common/safe_browsing/binary_feature_extractor_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698