| 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);
|
|
|