| Index: views/ime/text_input_client.h
|
| ===================================================================
|
| --- views/ime/text_input_client.h (revision 95624)
|
| +++ views/ime/text_input_client.h (working copy)
|
| @@ -14,7 +14,7 @@
|
| #include "ui/base/ime/composition_text.h"
|
| #include "ui/base/ime/text_input_type.h"
|
| #include "ui/base/range/range.h"
|
| -#include "views/views_api.h"
|
| +#include "views/views_export.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -25,7 +25,7 @@
|
| class View;
|
|
|
| // An interface implemented by a View that needs text input support.
|
| -class VIEWS_API TextInputClient {
|
| +class VIEWS_EXPORT TextInputClient {
|
| public:
|
| virtual ~TextInputClient() {}
|
|
|
|
|