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

Unified Diff: chrome/browser/cocoa/bookmark_all_tabs_controller_unittest.mm

Issue 3152034: Remove wstrings in bookmarks, part 5. (Closed)
Patch Set: yet moar 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/cocoa/bookmark_all_tabs_controller_unittest.mm
diff --git a/chrome/browser/cocoa/bookmark_all_tabs_controller_unittest.mm b/chrome/browser/cocoa/bookmark_all_tabs_controller_unittest.mm
index c2cb712d0ad4d060d6b1f6f18604ce6c40dd6ba2..823bccc45aeebdffb4f0e4fe02acca204b895cdd 100644
--- a/chrome/browser/cocoa/bookmark_all_tabs_controller_unittest.mm
+++ b/chrome/browser/cocoa/bookmark_all_tabs_controller_unittest.mm
@@ -24,11 +24,11 @@
[self activeTabPairsVector];
activeTabPairsVector->clear();
activeTabPairsVector->push_back(
- ActiveTabNameURLPair(L"at-0", GURL("http://at-0.com")));
+ ActiveTabNameURLPair(ASCIIToUTF16("at-0"), GURL("http://at-0.com")));
activeTabPairsVector->push_back(
- ActiveTabNameURLPair(L"at-1", GURL("http://at-1.com")));
+ ActiveTabNameURLPair(ASCIIToUTF16("at-1"), GURL("http://at-1.com")));
activeTabPairsVector->push_back(
- ActiveTabNameURLPair(L"at-2", GURL("http://at-2.com")));
+ ActiveTabNameURLPair(ASCIIToUTF16("at-2"), GURL("http://at-2.com")));
}
@end
« no previous file with comments | « chrome/browser/cocoa/bookmark_all_tabs_controller.mm ('k') | chrome/browser/cocoa/bookmark_bar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698