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

Unified Diff: views/ime/input_method_ibus.h

Issue 8509034: Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 1 month 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: views/ime/input_method_ibus.h
diff --git a/views/ime/input_method_ibus.h b/views/ime/input_method_ibus.h
index 47649b48b8bc01123030efcdfa5ede4086468fed..9e08f6ba2afc6776e24e84038cc47cc336247a21 100644
--- a/views/ime/input_method_ibus.h
+++ b/views/ime/input_method_ibus.h
@@ -18,6 +18,8 @@
#include "views/ime/character_composer.h"
#include "views/ime/input_method_base.h"
#include "views/view.h"
+#include "ui/base/ime/composition_text.h"
sky 2011/11/10 16:04:51 sort
Yusuke Sato 2011/11/11 02:18:25 Done.
+#include "ui/base/ime/text_input_client.h"
// Forward declarations, so that we don't need to include ibus.h in this file.
typedef struct _GAsyncResult GAsyncResult;

Powered by Google App Engine
This is Rietveld 408576698