#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_CSS_STYLE_RULE_COUNTER_STYLE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_CSS_STYLE_RULE_COUNTER_STYLE_H_
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/css/parser/at_rule_descriptors.h"
#include "third_party/blink/renderer/core/css/style_rule.h"
namespace blink {
class CascadeLayer;
class CORE_EXPORT StyleRuleCounterStyle : public StyleRuleBase { … };
template <>
struct DowncastTraits<StyleRuleCounterStyle> { … };
}
#endif