Index: ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc |
diff --git a/ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc b/ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc |
index 5d73ef274db6e1f8ded80be080bc302d1dbe10b2..6e6187657b497ce36ec7a36a4b67523d9d8c09a5 100644 |
--- a/ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc |
+++ b/ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc |
@@ -23,10 +23,10 @@ void MockIMECandidateWindowHandler::UpdateLookupTable( |
last_update_lookup_table_arg_.is_visible = visible; |
} |
-void MockIMECandidateWindowHandler::UpdatePreeditText(const std::string& text, |
- uint32 cursor_pos, |
- bool visible) { |
-} |
+void MockIMECandidateWindowHandler::UpdatePreeditText( |
+ const base::string16& text, |
+ uint32 cursor_pos, |
+ bool visible) {} |
void MockIMECandidateWindowHandler::SetCursorBounds( |
const gfx::Rect& cursor_bounds, |