summaryrefslogtreecommitdiffstats
path: root/ui/base/ime/input_method_chromeos.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 /ui/base/ime/input_method_chromeos.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 'ui/base/ime/input_method_chromeos.h')
-rw-r--r--ui/base/ime/input_method_chromeos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/ime/input_method_chromeos.h b/ui/base/ime/input_method_chromeos.h
index 06f6c25..b2708ae 100644
--- a/ui/base/ime/input_method_chromeos.h
+++ b/ui/base/ime/input_method_chromeos.h
@@ -13,7 +13,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "ui/base/ime/chromeos/character_composer.h"
-#include "ui/base/ime/chromeos/ibus_bridge.h"
+#include "ui/base/ime/chromeos/ime_bridge.h"
#include "ui/base/ime/composition_text.h"
#include "ui/base/ime/input_method_base.h"
@@ -112,7 +112,7 @@ class UI_BASE_EXPORT InputMethodChromeOS
// Hides the composition text.
void HidePreeditText();
- // Callback function for IBusEngineHandlerInterface::ProcessKeyEvent.
+ // Callback function for IMEEngineHandlerInterface::ProcessKeyEvent.
void ProcessKeyEventDone(uint32 id, ui::KeyEvent* event, bool is_handled);
// All pending key events. Note: we do not own these object, we just save