#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_HTML_PARSER_HTML_ATTRIBUTES_RANGES_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_HTML_PARSER_HTML_ATTRIBUTES_RANGES_H_
#include "base/check_op.h"
#include "base/dcheck_is_on.h"
#include "third_party/blink/renderer/core/dom/attribute.h"
#include "third_party/blink/renderer/core/html/parser/html_parser_idioms.h"
#include "third_party/blink/renderer/core/html/parser/literal_buffer.h"
#include "third_party/blink/renderer/platform/wtf/forward.h"
namespace blink {
class HTMLAttributesRanges { … };
}
#endif