#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_XR_XR_SETLIKE_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_XR_XR_SETLIKE_H_
#include "base/containers/contains.h"
#include "third_party/blink/renderer/bindings/core/v8/iterable.h"
#include "third_party/blink/renderer/platform/bindings/script_wrappable.h"
#include "third_party/blink/renderer/platform/heap/collection_support/heap_hash_set.h"
namespace blink {
template <typename InterfaceType, typename ElementType>
class XRSetlike : public ValueSyncIterable<InterfaceType> { … };
}
#endif