Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: ui/base/ime/chromeos/mock_ime_engine_handler.h

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/base/ime/chromeos/mock_ime_engine_handler.h
diff --git a/ui/base/ime/chromeos/mock_ime_engine_handler.h b/ui/base/ime/chromeos/mock_ime_engine_handler.h
index 90eaf5c6bb671ef86054980948506fac75a754e6..b37a62f5ef832c25a8bd43c81825c4f777ba108a 100644
--- a/ui/base/ime/chromeos/mock_ime_engine_handler.h
+++ b/ui/base/ime/chromeos/mock_ime_engine_handler.h
@@ -6,12 +6,13 @@
#define UI_BASE_IME_CHROMEOS_MOCK_IME_ENGINE_HANDLER_H_
#include "ui/base/ime/chromeos/ime_bridge.h"
-#include "ui/base/ui_base_export.h"
+#include "ui/base/ime/ui_base_ime_export.h"
#include "ui/events/event.h"
namespace chromeos {
-class UI_BASE_EXPORT MockIMEEngineHandler : public IMEEngineHandlerInterface {
+class UI_BASE_IME_EXPORT MockIMEEngineHandler
+ : public IMEEngineHandlerInterface {
public:
MockIMEEngineHandler();
~MockIMEEngineHandler() override;
« no previous file with comments | « ui/base/ime/chromeos/mock_ime_candidate_window_handler.h ('k') | ui/base/ime/chromeos/mock_ime_input_context_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698