| Index: sandbox/linux/seccomp-bpf/basicblock.h
|
| diff --git a/sandbox/linux/seccomp-bpf/basicblock.h b/sandbox/linux/seccomp-bpf/basicblock.h
|
| index a116f41b3ebdd0e18f9d916758b9379160bc0208..d15a372cfea083b7c8bf29398f0a901ff84880b7 100644
|
| --- a/sandbox/linux/seccomp-bpf/basicblock.h
|
| +++ b/sandbox/linux/seccomp-bpf/basicblock.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "sandbox/linux/seccomp-bpf/instruction.h"
|
|
|
| -namespace playground2 {
|
| +namespace sandbox {
|
|
|
| struct BasicBlock {
|
| BasicBlock();
|
| @@ -44,6 +44,6 @@ struct BasicBlock {
|
| int offset;
|
| };
|
|
|
| -} // namespace playground2
|
| +} // namespace sandbox
|
|
|
| #endif // SANDBOX_LINUX_SECCOMP_BPF_BASICBLOCK_H__
|
|
|