// 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_PUBLIC_WEB_WEB_INPUT_METHOD_CONTROLLER_H_ #define THIRD_PARTY_BLINK_PUBLIC_WEB_WEB_INPUT_METHOD_CONTROLLER_H_ #include "third_party/blink/public/platform/web_text_input_info.h" #include "third_party/blink/public/web/web_range.h" #include "third_party/blink/public/web/web_widget.h" #include "ui/base/ime/ime_text_span.h" namespace gfx { class Rect; } // namespace gfx namespace blink { class WebString; template <typename T> class WebVector; class WebInputMethodController { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_PUBLIC_WEB_WEB_INPUT_METHOD_CONTROLLER_H_