// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef IPCZ_SRC_IPCZ_TRAP_SET_H_ #define IPCZ_SRC_IPCZ_TRAP_SET_H_ #include <cstdint> #include "ipcz/ipcz.h" #include "ipcz/parcel_queue.h" #include "third_party/abseil-cpp/absl/container/inlined_vector.h" namespace ipcz { class TrapEventDispatcher; // A set of traps installed on a portal. class TrapSet { … }; } // namespace ipcz #endif // IPCZ_SRC_IPCZ_TRAP_SET_H_