| Index: ui/base/ime/input_method_mac.h
|
| diff --git a/ui/base/ime/input_method_mac.h b/ui/base/ime/input_method_mac.h
|
| index 24c843098926398573bb8266535eed2af6186e75..d910fa1961255b1aea62b2ad0bec583038742189 100644
|
| --- a/ui/base/ime/input_method_mac.h
|
| +++ b/ui/base/ime/input_method_mac.h
|
| @@ -13,7 +13,7 @@
|
| // On the Mac, key events don't pass through InputMethod.
|
| // Instead, NSTextInputClient calls are bridged to the currently focused
|
| // ui::TextInputClient object.
|
| -class UI_BASE_IME_EXPORT InputMethodMac : public InputMethodBase {
|
| +class UI_BASE_EXPORT InputMethodMac : public InputMethodBase {
|
| public:
|
| explicit InputMethodMac(internal::InputMethodDelegate* delegate);
|
| ~InputMethodMac() override;
|
|
|