| Index: ui/base/win/ime_input.h
|
| ===================================================================
|
| --- ui/base/win/ime_input.h (revision 92815)
|
| +++ ui/base/win/ime_input.h (working copy)
|
| @@ -15,6 +15,7 @@
|
| #include "base/i18n/rtl.h"
|
| #include "base/string16.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "ui/ui_api.h"
|
|
|
| namespace ui {
|
|
|
| @@ -73,7 +74,7 @@
|
| // hand, we can NEVER disable either TSF or CUAS in Windows Vista, i.e.
|
| // THIS CLASS IS NOT ONLY USED ON THE INPUT CONTEXTS OF EAST-ASIAN
|
| // LANGUAGES BUT ALSO USED ON THE INPUT CONTEXTS OF ALL LANGUAGES.
|
| -class ImeInput {
|
| +class UI_API ImeInput {
|
| public:
|
| ImeInput();
|
| ~ImeInput();
|
|
|