diff options
Diffstat (limited to 'chromium/chrome/common/safe_browsing')
-rw-r--r-- | chromium/chrome/common/safe_browsing/mach_o_image_reader_mac.h | 1 | ||||
-rw-r--r-- | chromium/chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/common/safe_browsing/mach_o_image_reader_mac.h b/chromium/chrome/common/safe_browsing/mach_o_image_reader_mac.h index 5f93e6285fb..4d00114f5ad 100644 --- a/chromium/chrome/common/safe_browsing/mach_o_image_reader_mac.h +++ b/chromium/chrome/common/safe_browsing/mach_o_image_reader_mac.h @@ -12,7 +12,6 @@ #include <memory> #include <vector> -#include "base/logging.h" #include "base/macros.h" namespace safe_browsing { diff --git a/chromium/chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc b/chromium/chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc index 5d6d270dbfa..0b95761b30c 100644 --- a/chromium/chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc +++ b/chromium/chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc @@ -8,6 +8,7 @@ #include <libkern/OSByteOrder.h> #include <mach-o/fat.h> #include <mach-o/loader.h> +#include <mach/vm_param.h> #include <stddef.h> #include <stdint.h> #include <string.h> |