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

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

Issue 3142030: Remove wstrings from bookmarks, part 6. (Closed)
Patch Set: fix views and tests Created 10 years, 4 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
Index: chrome/browser/gtk/bookmark_tree_model.cc
diff --git a/chrome/browser/gtk/bookmark_tree_model.cc b/chrome/browser/gtk/bookmark_tree_model.cc
index 9f18f54ae24201b9ed676fb17d0a806840fe14f3..ab697ba549867bf6c18a05a3abb43f3cab1d319b 100644
--- a/chrome/browser/gtk/bookmark_tree_model.cc
+++ b/chrome/browser/gtk/bookmark_tree_model.cc
@@ -66,7 +66,7 @@ void RecursiveResolve(BookmarkModel* bb_model, const BookmarkNode* bb_node,
}
}
DCHECK(child_bb_node);
- bb_model->SetTitle(child_bb_node, UTF16ToWide(title));
+ bb_model->SetTitle(child_bb_node, title);
}
RecursiveResolve(bb_model, child_bb_node,
tree_model, &child_iter,
« no previous file with comments | « chrome/browser/cocoa/bookmark_name_folder_controller.mm ('k') | chrome/browser/sync/glue/bookmark_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698