#ifndef UI_BASE_IME_CHARACTER_COMPOSER_H_
#define UI_BASE_IME_CHARACTER_COMPOSER_H_
#include <stddef.h>
#include <stdint.h>
#include <vector>
#include "base/component_export.h"
#include "base/memory/raw_ptr_exclusion.h"
#include "base/memory/raw_ref.h"
#include "base/strings/string_util.h"
#include "ui/events/keycodes/dom/dom_key.h"
namespace ui {
class KeyEvent;
class COMPONENT_EXPORT(UI_BASE_IME_TYPES) CharacterComposer { … };
class ComposeChecker { … };
class TreeComposeChecker : public ComposeChecker { … };
}
#endif