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

Unified Diff: ash/ime/candidate_window_view.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 | « ash/ime/candidate_view.cc ('k') | ash/ime/candidate_window_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ime/candidate_window_view.h
diff --git a/ash/ime/candidate_window_view.h b/ash/ime/candidate_window_view.h
index 34bdcf391479f3c9de0f1514b623d116f4f02f03..ee2c51000222e2013b4ef9799fdb79bdecaca1c6 100644
--- a/ash/ime/candidate_window_view.h
+++ b/ash/ime/candidate_window_view.h
@@ -61,7 +61,7 @@ class ASH_EXPORT CandidateWindowView : public views::BubbleDelegateView,
void ShowPreeditText();
// Updates the preedit text.
- void UpdatePreeditText(const std::string& utf8_text);
+ void UpdatePreeditText(const base::string16& text);
// Updates candidates of the candidate window from |candidate_window|.
// Candidates are arranged per |orientation|.
« no previous file with comments | « ash/ime/candidate_view.cc ('k') | ash/ime/candidate_window_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698