| Index: ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
|
| diff --git a/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h b/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
|
| index 6f7829c32bff2b020aa3a99ee9b0597ab9ab3c3d..8dcdebbbfdc99b2fe1680237fa545f96bba5a1a6 100644
|
| --- a/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
|
| +++ b/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
|
| @@ -7,11 +7,11 @@
|
|
|
| #include "chromeos/ime/candidate_window.h"
|
| #include "ui/base/ime/chromeos/ibus_bridge.h"
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| namespace chromeos {
|
|
|
| -class UI_EXPORT MockIMECandidateWindowHandler
|
| +class UI_BASE_EXPORT MockIMECandidateWindowHandler
|
| : public IBusPanelCandidateWindowHandlerInterface {
|
| public:
|
| struct UpdateLookupTableArg {
|
|
|