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

Unified Diff: chrome/browser/gtk/gtk_tree.cc

Issue 6044007: Remove wstring from TableModel.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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
Index: chrome/browser/gtk/gtk_tree.cc
===================================================================
--- chrome/browser/gtk/gtk_tree.cc (revision 70272)
+++ chrome/browser/gtk/gtk_tree.cc (working copy)
@@ -220,7 +220,7 @@
COL_WEIGHT_SET,
TRUE,
COL_TITLE,
- WideToUTF8(it->title).c_str(),
+ UTF16ToUTF8(it->title).c_str(),
COL_IS_HEADER,
TRUE,
-1);

Powered by Google App Engine
This is Rietveld 408576698