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