Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(913)

Unified Diff: content/common/seccomp_sandbox.h

Issue 10792027: Move /seccompsandbox to /sandbox/linux/seccomp-legacy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree (post Windows sandbox move) Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/DEPS ('k') | sandbox/sandbox_linux.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/common/DEPS ('k') | sandbox/sandbox_linux.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698