| Index: chrome/common/safe_browsing/binary_feature_extractor_posix.cc
|
| diff --git a/chrome/common/safe_browsing/binary_feature_extractor_posix.cc b/chrome/common/safe_browsing/binary_feature_extractor_posix.cc
|
| index d09c6c196cc17cafa4f9e5ee8db5070f32b30bee..03bf9a1494f99b33d7654a9830242a7f43ee8a53 100644
|
| --- a/chrome/common/safe_browsing/binary_feature_extractor_posix.cc
|
| +++ b/chrome/common/safe_browsing/binary_feature_extractor_posix.cc
|
| @@ -5,6 +5,10 @@
|
| // This is a stub for the code signing utilities on Mac and Linux.
|
| // It should eventually be replaced with a real implementation.
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| +#include "build/build_config.h"
|
| #include "chrome/common/safe_browsing/binary_feature_extractor.h"
|
|
|
| namespace safe_browsing {
|
|
|