| Index: ipc/attachment_broker_privileged_mac_unittest.cc
|
| diff --git a/ipc/attachment_broker_privileged_mac_unittest.cc b/ipc/attachment_broker_privileged_mac_unittest.cc
|
| index 3ad2a9de6dcff98d1a0f5423b0dac66fa995591e..15aecb66211eff33335c044337e2947af3787540 100644
|
| --- a/ipc/attachment_broker_privileged_mac_unittest.cc
|
| +++ b/ipc/attachment_broker_privileged_mac_unittest.cc
|
| @@ -6,6 +6,8 @@
|
|
|
| #include <mach/mach.h>
|
| #include <mach/mach_vm.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #include <map>
|
|
|
| @@ -13,6 +15,7 @@
|
| #include "base/mac/mac_util.h"
|
| #include "base/mac/mach_logging.h"
|
| #include "base/mac/scoped_mach_port.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/shared_memory.h"
|
| #include "base/process/port_provider_mac.h"
|
| #include "base/process/process_handle.h"
|
|
|