#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_STYLE_HYPHENATE_LIMIT_CHARS_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_STYLE_HYPHENATE_LIMIT_CHARS_H_
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
namespace blink {
class CORE_EXPORT StyleHyphenateLimitChars { … };
inline bool StyleHyphenateLimitChars::operator==(
const StyleHyphenateLimitChars& other) const { … }
inline bool StyleHyphenateLimitChars::operator!=(
const StyleHyphenateLimitChars& other) const { … }
}
#endif