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

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

Issue 162723003: Migrate CandidateWindow::Entry to string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browsertest compilation Created 6 years, 10 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/mock_ime_candidate_window_handler.h ('k') | ui/base/ime/input_method_chromeos.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.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,
« no previous file with comments | « ui/base/ime/chromeos/mock_ime_candidate_window_handler.h ('k') | ui/base/ime/input_method_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698