| Index: sandbox/linux/integration_tests/seccomp_broker_process_unittest.cc
|
| diff --git a/sandbox/linux/integration_tests/seccomp_broker_process_unittest.cc b/sandbox/linux/integration_tests/seccomp_broker_process_unittest.cc
|
| index c46b80869ed3028c5fc8e47dd298ba1c7853b68e..09f2d58bb4824d653af1fdf0aebcba450699de24 100644
|
| --- a/sandbox/linux/integration_tests/seccomp_broker_process_unittest.cc
|
| +++ b/sandbox/linux/integration_tests/seccomp_broker_process_unittest.cc
|
| @@ -4,14 +4,13 @@
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| +#include <sys/types.h>
|
| #include <sys/stat.h>
|
| -#include <sys/types.h>
|
| #include <unistd.h>
|
|
|
| #include <vector>
|
|
|
| #include "base/bind.h"
|
| -#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/posix/eintr_wrapper.h"
|
| #include "build/build_config.h"
|
|
|