Index: sandbox/linux/seccomp-bpf/instruction.h |
diff --git a/sandbox/linux/seccomp-bpf/instruction.h b/sandbox/linux/seccomp-bpf/instruction.h |
index 8d35187d760a8e9991645dda35d441744eb1c256..5f5e7a17ef572665285eb73ac6c0d64f720701d1 100644 |
--- a/sandbox/linux/seccomp-bpf/instruction.h |
+++ b/sandbox/linux/seccomp-bpf/instruction.h |
@@ -7,7 +7,7 @@ |
#include <stdint.h> |
-namespace playground2 { |
+namespace sandbox { |
// The fields in this structure have the same meaning as the corresponding |
// fields in "struct sock_filter". See <linux/filter.h> for a lot more |