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

Unified Diff: chrome/browser/importer/ie_importer_browsertest_win.cc

Issue 269613002: Cleanup: Get rid of base::WideToUTF16Hack. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase, fix win Created 6 years, 7 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/importer/ie_importer_browsertest_win.cc
===================================================================
--- chrome/browser/importer/ie_importer_browsertest_win.cc (revision 268280)
+++ chrome/browser/importer/ie_importer_browsertest_win.cc (working copy)
@@ -49,36 +49,36 @@
namespace {
const BookmarkInfo kIEBookmarks[] = {
- {true, 2, {L"Links", L"SubFolderOfLinks"},
- L"SubLink",
- "http://www.links-sublink.com/"},
- {true, 1, {L"Links"},
- L"TheLink",
- "http://www.links-thelink.com/"},
+ {true, 2, {"Links", "SubFolderOfLinks"},
+ L"SubLink",
+ "http://www.links-sublink.com/"},
+ {true, 1, {"Links"},
+ L"TheLink",
+ "http://www.links-thelink.com/"},
{false, 0, {},
- L"Google Home Page",
- "http://www.google.com/"},
+ L"Google Home Page",
+ "http://www.google.com/"},
{false, 0, {},
- L"TheLink",
- "http://www.links-thelink.com/"},
- {false, 1, {L"SubFolder"},
- L"Title",
- "http://www.link.com/"},
+ L"TheLink",
+ "http://www.links-thelink.com/"},
+ {false, 1, {"SubFolder"},
+ L"Title",
+ "http://www.link.com/"},
{false, 0, {},
- L"WithPortAndQuery",
- "http://host:8080/cgi?q=query"},
- {false, 1, {L"a"},
- L"\x4E2D\x6587",
- "http://chinese-title-favorite/"},
+ L"WithPortAndQuery",
+ "http://host:8080/cgi?q=query"},
+ {false, 1, {"a"},
+ L"\x4E2D\x6587",
+ "http://chinese-title-favorite/"},
{false, 0, {},
- L"SubFolder",
- "http://www.subfolder.com/"},
+ L"SubFolder",
+ "http://www.subfolder.com/"},
};
const BookmarkInfo kIESortedBookmarks[] = {
{false, 0, {}, L"a", "http://www.google.com/0"},
- {false, 1, {L"b"}, L"a", "http://www.google.com/1"},
- {false, 1, {L"b"}, L"b", "http://www.google.com/2"},
+ {false, 1, {"b"}, L"a", "http://www.google.com/1"},
+ {false, 1, {"b"}, L"b", "http://www.google.com/2"},
{false, 0, {}, L"c", "http://www.google.com/3"},
};
@@ -106,11 +106,11 @@
const FaviconGroup kIEFaviconGroup[2] = {
{L"http://www.google.com/favicon.ico",
- {L"http://www.google.com/",
- L"http://www.subfolder.com/"}},
+ {L"http://www.google.com/",
+ L"http://www.subfolder.com/"}},
{L"http://example.com/favicon.ico",
- {L"http://host:8080/cgi?q=query",
- L"http://chinese-title-favorite/"}},
+ {L"http://host:8080/cgi?q=query",
+ L"http://chinese-title-favorite/"}},
};
bool CreateOrderBlob(const base::FilePath& favorites_folder,
« no previous file with comments | « chrome/browser/importer/firefox_importer_browsertest.cc ('k') | chrome/browser/importer/importer_unittest_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698