| Index: sandbox/mac/bootstrap_sandbox.cc
|
| diff --git a/sandbox/mac/bootstrap_sandbox.cc b/sandbox/mac/bootstrap_sandbox.cc
|
| index e8997f9ef68f774a5a826312add6fee87f47c71a..d006f3f532e84bbe6d65b10acaa086a2efa6bc8e 100644
|
| --- a/sandbox/mac/bootstrap_sandbox.cc
|
| +++ b/sandbox/mac/bootstrap_sandbox.cc
|
| @@ -5,11 +5,13 @@
|
| #include "sandbox/mac/bootstrap_sandbox.h"
|
|
|
| #include <servers/bootstrap.h>
|
| +#include <stdint.h>
|
| #include <unistd.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/mac/foundation_util.h"
|
| #include "base/mac/mach_logging.h"
|
| +#include "base/macros.h"
|
| #include "base/rand_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "sandbox/mac/launchd_interception_server.h"
|
|
|