| Index: ui/base/ime/input_method_delegate.h
|
| diff --git a/ui/base/ime/input_method_delegate.h b/ui/base/ime/input_method_delegate.h
|
| index eed2724d2f557d91898eaa51780a1a75837db534..080a8f6f334836afccbd0978f738cd26ef55a9c7 100644
|
| --- a/ui/base/ime/input_method_delegate.h
|
| +++ b/ui/base/ime/input_method_delegate.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef UI_BASE_IME_INPUT_METHOD_DELEGATE_H_
|
| #define UI_BASE_IME_INPUT_METHOD_DELEGATE_H_
|
|
|
| -#include "ui/base/ime/ui_base_ime_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| namespace ui {
|
|
|
| @@ -15,7 +15,7 @@
|
|
|
| // An interface implemented by the object that handles events sent back from an
|
| // ui::InputMethod implementation.
|
| -class UI_BASE_IME_EXPORT InputMethodDelegate {
|
| +class UI_BASE_EXPORT InputMethodDelegate {
|
| public:
|
| virtual ~InputMethodDelegate() {}
|
|
|
|
|