Index: sandbox/linux/seccomp-bpf/syscall.h |
diff --git a/sandbox/linux/seccomp-bpf/syscall.h b/sandbox/linux/seccomp-bpf/syscall.h |
index f63516ba1c8695faf53bcb28c143da40d8be29d5..355a82c4f9df7b77df2b5ad6c0c5477eb5b0e31e 100644 |
--- a/sandbox/linux/seccomp-bpf/syscall.h |
+++ b/sandbox/linux/seccomp-bpf/syscall.h |
@@ -7,7 +7,7 @@ |
#include <stdint.h> |
-namespace playground2 { |
+namespace sandbox { |
// We have to make sure that we have a single "magic" return address for |
// our system calls, which we can check from within a BPF filter. This |