| Index: views/ime/input_method_base.h
|
| ===================================================================
|
| --- views/ime/input_method_base.h (revision 95624)
|
| +++ views/ime/input_method_base.h (working copy)
|
| @@ -19,8 +19,8 @@
|
|
|
| // A helper class providing functionalities shared among InputMethod
|
| // implementations.
|
| -class VIEWS_API InputMethodBase : public InputMethod,
|
| - public FocusChangeListener {
|
| +class VIEWS_EXPORT InputMethodBase : public InputMethod,
|
| + public FocusChangeListener {
|
| public:
|
| InputMethodBase();
|
| virtual ~InputMethodBase();
|
|
|