| Index: sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h
|
| diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h
|
| index 5283b490c3d4bca4bfc61efa770ddc2f2ba6ec60..f348bb59a2671336aef234da8e84eebf1d34b078 100644
|
| --- a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h
|
| +++ b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h
|
| @@ -8,7 +8,7 @@
|
| #include <unistd.h>
|
|
|
| #include "build/build_config.h"
|
| -#include "sandbox/linux/sandbox_export.h"
|
| +#include "sandbox/sandbox_export.h"
|
|
|
| // These are helpers to build seccomp-bpf policies, i.e. policies for a
|
| // sandbox that reduces the Linux kernel's attack surface. They return an
|
|
|