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

Unified Diff: chrome/browser/chromeos/input_method/candidate_view.h

Issue 11857008: Remove InputMethodLookupTable and use IBusLookupTable instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/candidate_view.h
diff --git a/chrome/browser/chromeos/input_method/candidate_view.h b/chrome/browser/chromeos/input_method/candidate_view.h
index 3d85ce26ae70adb6e7ec61010c4738e1c340d827..2435d59ca575e4f321aa98eeb5f8ef094b2c06e4 100644
--- a/chrome/browser/chromeos/input_method/candidate_view.h
+++ b/chrome/browser/chromeos/input_method/candidate_view.h
@@ -7,6 +7,7 @@
#include "base/gtest_prod_util.h"
#include "chrome/browser/chromeos/input_method/ibus_ui_controller.h"
+#include "chromeos/dbus/ibus/ibus_lookup_table.h"
#include "ui/views/controls/label.h"
#include "ui/views/view.h"
@@ -20,7 +21,7 @@ class CandidateView : public views::View {
public:
CandidateView(CandidateWindowView* parent_candidate_window,
int index_in_page,
- InputMethodLookupTable::Orientation orientation);
+ ibus::IBusLookupTable::Orientation orientation);
virtual ~CandidateView() {}
// Initializes the candidate view with the given column widths.
// A width of 0 means that the column is resizable.
@@ -70,7 +71,7 @@ class CandidateView : public views::View {
int index_in_page_;
// The orientation of the candidate view.
- InputMethodLookupTable::Orientation orientation_;
+ ibus::IBusLookupTable::Orientation orientation_;
// The parent candidate window that contains this view.
CandidateWindowView* parent_candidate_window_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698