| Index: ui/base/ime/linux/linux_input_method_context.h
|
| diff --git a/ui/base/ime/linux/linux_input_method_context.h b/ui/base/ime/linux/linux_input_method_context.h
|
| index a0d7b1ad48f14f9818bb961696e9348798945cb8..0bcfd0a41f16879e3c2dd110ff4370f5ff52812f 100644
|
| --- a/ui/base/ime/linux/linux_input_method_context.h
|
| +++ b/ui/base/ime/linux/linux_input_method_context.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/strings/string16.h"
|
| #include "ui/base/ime/text_input_type.h"
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -20,7 +20,7 @@ class KeyEvent;
|
|
|
| // An interface of input method context for input method frameworks on
|
| // GNU/Linux and likes.
|
| -class UI_EXPORT LinuxInputMethodContext {
|
| +class UI_BASE_EXPORT LinuxInputMethodContext {
|
| public:
|
| virtual ~LinuxInputMethodContext() {}
|
|
|
| @@ -42,7 +42,7 @@ class UI_EXPORT LinuxInputMethodContext {
|
| };
|
|
|
| // An interface of callback functions called from LinuxInputMethodContext.
|
| -class UI_EXPORT LinuxInputMethodContextDelegate {
|
| +class UI_BASE_EXPORT LinuxInputMethodContextDelegate {
|
| public:
|
| virtual ~LinuxInputMethodContextDelegate() {}
|
|
|
|
|