| 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|.
|
|
|