| 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"
|
|
|
|
|