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

Unified Diff: trunk/src/ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc

Issue 130833002: Revert 243777 "Moves CandidateWindow model to ui/base/ime." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « trunk/src/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h ('k') | trunk/src/ui/base/ime/ime.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc
===================================================================
--- trunk/src/ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc (revision 243783)
+++ trunk/src/ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc (working copy)
@@ -16,7 +16,7 @@
}
void MockIMECandidateWindowHandler::UpdateLookupTable(
- const ui::CandidateWindow& table,
+ const input_method::CandidateWindow& table,
bool visible) {
++update_lookup_table_call_count_;
last_update_lookup_table_arg_.lookup_table.CopyFrom(table);
« no previous file with comments | « trunk/src/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h ('k') | trunk/src/ui/base/ime/ime.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698