| Index: sandbox/linux/bpf_dsl/codegen.h
|
| diff --git a/sandbox/linux/bpf_dsl/codegen.h b/sandbox/linux/bpf_dsl/codegen.h
|
| index c2e1f937a65fd5bbdbf2e65e129f5ea8530e5f99..9d898030b9d399d4fe00b84ba05f8b488aa159cd 100644
|
| --- a/sandbox/linux/bpf_dsl/codegen.h
|
| +++ b/sandbox/linux/bpf_dsl/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 = base::Tuple<uint16_t, uint32_t, Node, Node>;
|
| struct MemoKeyLess {
|
| bool operator()(const MemoKey& lhs, const MemoKey& rhs) const;
|
| };
|
|
|