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

Unified Diff: chromeos/ime/mock_ime_candidate_window_handler.cc

Issue 24946003: Rename IBusLookupTable to CandidateWindow, and move it to chromeos/ime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 7 years, 2 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 | « chromeos/ime/mock_ime_candidate_window_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/mock_ime_candidate_window_handler.cc
diff --git a/chromeos/ime/mock_ime_candidate_window_handler.cc b/chromeos/ime/mock_ime_candidate_window_handler.cc
index d67c9420bf6e808e28290b0392f25122ea2edae8..0e45b011a6b2db1d6b6ed226deb8c667127e6e3e 100644
--- a/chromeos/ime/mock_ime_candidate_window_handler.cc
+++ b/chromeos/ime/mock_ime_candidate_window_handler.cc
@@ -17,7 +17,7 @@ MockIMECandidateWindowHandler::~MockIMECandidateWindowHandler() {
}
void MockIMECandidateWindowHandler::UpdateLookupTable(
- const IBusLookupTable& 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 | « chromeos/ime/mock_ime_candidate_window_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698