// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_BASE_IME_IME_TEXT_SPAN_H_ #define UI_BASE_IME_IME_TEXT_SPAN_H_ #include <stdint.h> #include <string> #include <vector> #include "base/component_export.h" #include "third_party/skia/include/core/SkColor.h" namespace ui { struct COMPONENT_EXPORT(UI_BASE_IME_TYPES) ImeTextSpan { … }; ImeTextSpans; } // namespace ui #endif // UI_BASE_IME_IME_TEXT_SPAN_H_