| 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 09fc04bce03b3ec84981d742e19c4ee242e8b733..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/ime/ui_base_ime_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -20,7 +20,7 @@
|
|
|
| // An interface of input method context for input method frameworks on
|
| // GNU/Linux and likes.
|
| -class UI_BASE_IME_EXPORT LinuxInputMethodContext {
|
| +class UI_BASE_EXPORT LinuxInputMethodContext {
|
| public:
|
| virtual ~LinuxInputMethodContext() {}
|
|
|
| @@ -42,7 +42,7 @@
|
| };
|
|
|
| // An interface of callback functions called from LinuxInputMethodContext.
|
| -class UI_BASE_IME_EXPORT LinuxInputMethodContextDelegate {
|
| +class UI_BASE_EXPORT LinuxInputMethodContextDelegate {
|
| public:
|
| virtual ~LinuxInputMethodContextDelegate() {}
|
|
|
|
|