chromium/third_party/blink/renderer/platform/fonts/character_range.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_CHARACTER_RANGE_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_CHARACTER_RANGE_H_

#include "base/dcheck_is_on.h"

#if DCHECK_IS_ON()
#include <cmath>
#include "base/check_op.h"
#endif

namespace blink {

struct CharacterRange {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_CHARACTER_RANGE_H_