Index: sandbox/linux/seccomp-bpf/codegen.h |
diff --git a/sandbox/linux/seccomp-bpf/codegen.h b/sandbox/linux/seccomp-bpf/codegen.h |
index ef04a5db4c5442fab669057d7c26428e0593e81e..e67966471a4ac1a004581623946db09e22fc05ce 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 = Tuple<uint16_t, uint32_t, Node, Node>; |
+ using MemoKey = Tuple4<uint16_t, uint32_t, Node, Node>; |
struct MemoKeyLess { |
bool operator()(const MemoKey& lhs, const MemoKey& rhs) const; |
}; |