#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_HTML_FORMS_HTML_DATA_LIST_OPTIONS_COLLECTION_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_HTML_FORMS_HTML_DATA_LIST_OPTIONS_COLLECTION_H_
#include "base/check_op.h"
#include "third_party/blink/renderer/core/html/forms/html_option_element.h"
#include "third_party/blink/renderer/core/html/html_collection.h"
#include "third_party/blink/renderer/platform/wtf/casting.h"
namespace blink {
class HTMLDataListOptionsCollection : public HTMLCollection { … };
template <>
struct DowncastTraits<HTMLDataListOptionsCollection> { … };
inline bool HTMLDataListOptionsCollection::ElementMatches(
const HTMLElement& element) const { … }
}
#endif