Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / base / ime / candidate_window.cc
index f49613b..6cb32e2 100644 (file)
@@ -70,8 +70,8 @@ void CandidateWindow::GetInfolistEntries(
         candidate_entry.description_body.empty())
       continue;
 
-    InfolistEntry entry(base::UTF8ToUTF16(candidate_entry.description_title),
-                        base::UTF8ToUTF16(candidate_entry.description_body));
+    InfolistEntry entry(candidate_entry.description_title,
+                        candidate_entry.description_body);
     if (i == cursor_index_in_page) {
       entry.highlighted = true;
       *has_highlighted = true;