| Index: sandbox/linux/seccomp-bpf/codegen.h
|
| diff --git a/sandbox/linux/seccomp-bpf/codegen.h b/sandbox/linux/seccomp-bpf/codegen.h
|
| index e67966471a4ac1a004581623946db09e22fc05ce..ef04a5db4c5442fab669057d7c26428e0593e81e 100644
|
| --- a/sandbox/linux/seccomp-bpf/codegen.h
|
| +++ b/sandbox/linux/seccomp-bpf/codegen.h
|
| @@ -81,7 +81,7 @@ class SANDBOX_EXPORT CodeGen {
|
| void Compile(Node head, Program* program);
|
|
|
| private:
|
| - using MemoKey = Tuple4<uint16_t, uint32_t, Node, Node>;
|
| + using MemoKey = Tuple<uint16_t, uint32_t, Node, Node>;
|
| struct MemoKeyLess {
|
| bool operator()(const MemoKey& lhs, const MemoKey& rhs) const;
|
| };
|
|
|