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

Unified Diff: app/tree_node_model_unittest.cc

Issue 3111024: Remove wstrings from bookmarks, part 9. (Closed)
Patch Set: 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
« no previous file with comments | « app/tree_node_model.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/tree_node_model_unittest.cc
diff --git a/app/tree_node_model_unittest.cc b/app/tree_node_model_unittest.cc
index 1b692ba30cc35a39e71f11ef3161320b35863fac..e615c817000f84ef986dce48c31ecc8db259a894 100644
--- a/app/tree_node_model_unittest.cc
+++ b/app/tree_node_model_unittest.cc
@@ -281,7 +281,7 @@ TEST_F(TreeNodeModelTest, SetTitle) {
ClearCounts();
const string16 title(ASCIIToUTF16("root2"));
- model.SetTitle(root, UTF16ToWideHack(title));
+ model.SetTitle(root, title);
AssertObserverCount(0, 0, 1);
EXPECT_EQ(title, root->GetTitleAsString16());
}
« no previous file with comments | « app/tree_node_model.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698