summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/input_method_engine_interface.h
diff options
context:
space:
mode:
authoruekawa@chromium.org <uekawa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-27 03:23:32 +0000
committeruekawa@chromium.org <uekawa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-27 03:23:32 +0000
commit3f8340c8669b1884bdd7c2b07611e0fad6c7f3e6 (patch)
treec75beae87c99fc410f2e8ca5f5a4cc90a1901b6c /chrome/browser/chromeos/input_method/input_method_engine_interface.h
parent5cc864ce6ebd2f4f069d0eecc8c8c4bbebb4b2ac (diff)
downloadchromium_src-3f8340c8669b1884bdd7c2b07611e0fad6c7f3e6.zip
chromium_src-3f8340c8669b1884bdd7c2b07611e0fad6c7f3e6.tar.gz
chromium_src-3f8340c8669b1884bdd7c2b07611e0fad6c7f3e6.tar.bz2
Rename IBusBridge to IMEBridge, and IBusEngineHandlerInterface to IMEEngineHandlerInterface
This code is about IME Engine singleton and IBus implementation no longer exists. BUG=283612 Review URL: https://codereview.chromium.org/134993003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_engine_interface.h')
-rw-r--r--chrome/browser/chromeos/input_method/input_method_engine_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_interface.h b/chrome/browser/chromeos/input_method/input_method_engine_interface.h
index 5de7c2d..4ee0722 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h
@@ -8,7 +8,7 @@
#include <string>
#include <vector>
-#include "ui/base/ime/chromeos/ibus_bridge.h"
+#include "ui/base/ime/chromeos/ime_bridge.h"
class GURL;
@@ -21,7 +21,7 @@ struct KeyEventHandle;
// InputMethodEngine is used to translate from the Chrome IME API to the native
// API.
-class InputMethodEngineInterface : public IBusEngineHandlerInterface {
+class InputMethodEngineInterface : public IMEEngineHandlerInterface {
public:
struct KeyboardEvent {
KeyboardEvent();