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

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

Issue 132453002: Moves CandidateWindow model to ui/base/ime (2nd) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « ui/base/ime/chromeos/ibus_bridge.h ('k') | ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
diff --git a/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h b/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
index 8dcdebbbfdc99b2fe1680237fa545f96bba5a1a6..8d30231dd3b07b964ffab687ce58264591d2e087 100644
--- a/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
+++ b/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
@@ -5,7 +5,7 @@
#ifndef UI_BASE_IME_CHROMEOS_MOCK_IME_CANDIDATE_WINDOW_HANDLER_H_
#define UI_BASE_IME_CHROMEOS_MOCK_IME_CANDIDATE_WINDOW_HANDLER_H_
-#include "chromeos/ime/candidate_window.h"
+#include "ui/base/ime/candidate_window.h"
#include "ui/base/ime/chromeos/ibus_bridge.h"
#include "ui/base/ui_base_export.h"
@@ -15,7 +15,7 @@ class UI_BASE_EXPORT MockIMECandidateWindowHandler
: public IBusPanelCandidateWindowHandlerInterface {
public:
struct UpdateLookupTableArg {
- input_method::CandidateWindow lookup_table;
+ ui::CandidateWindow lookup_table;
bool is_visible;
};
@@ -29,7 +29,7 @@ class UI_BASE_EXPORT MockIMECandidateWindowHandler
// IBusPanelCandidateWindowHandlerInterface override.
virtual void UpdateLookupTable(
- const input_method::CandidateWindow& candidate_window,
+ const ui::CandidateWindow& candidate_window,
bool visible) OVERRIDE;
virtual void UpdatePreeditText(const std::string& text, uint32 cursor_pos,
bool visible) OVERRIDE;
« no previous file with comments | « ui/base/ime/chromeos/ibus_bridge.h ('k') | ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698