| Index: content/common/seccomp_sandbox.h
|
| diff --git a/content/common/seccomp_sandbox.h b/content/common/seccomp_sandbox.h
|
| index 01e6958ea6967033e04f382af9ac69fc77f58c3d..0c59a1142d6075e5bd809c47901f3d1a004b68be 100644
|
| --- a/content/common/seccomp_sandbox.h
|
| +++ b/content/common/seccomp_sandbox.h
|
| @@ -20,7 +20,7 @@
|
| #if defined(ARCH_CPU_X86_FAMILY) && !defined(CHROMIUM_SELINUX) && \
|
| !defined(OS_CHROMEOS) && !defined(TOOLKIT_VIEWS) && !defined(OS_OPENBSD)
|
| #define SECCOMP_SANDBOX
|
| -#include "seccompsandbox/sandbox.h"
|
| +#include "sandbox/linux/seccomp-legacy/sandbox.h"
|
| #endif
|
|
|
| #if defined(SECCOMP_SANDBOX)
|
|
|