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

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

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/ime_bridge.h ('k') | ui/base/ime/chromeos/mock_ime_candidate_window_handler.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.h
diff --git a/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h b/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
index 718afbc3cfb8f0b5833e7d63344da0fb671fc911..91bda8abfe5926b264b054b0cb6e88fa0deeb17e 100644
--- a/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
+++ b/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
@@ -31,8 +31,8 @@ class UI_BASE_EXPORT MockIMECandidateWindowHandler
virtual void UpdateLookupTable(
const ui::CandidateWindow& candidate_window,
bool visible) OVERRIDE;
- virtual void UpdatePreeditText(const std::string& text, uint32 cursor_pos,
- bool visible) OVERRIDE;
+ virtual void UpdatePreeditText(
+ const base::string16& text, uint32 cursor_pos, bool visible) OVERRIDE;
virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
const gfx::Rect& composition_head) OVERRIDE;
« no previous file with comments | « ui/base/ime/chromeos/ime_bridge.h ('k') | ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698