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

Unified Diff: chrome/browser/importer/importer_unittest_utils.h

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/importer_unittest_utils.h
===================================================================
--- chrome/browser/importer/importer_unittest_utils.h (revision 268280)
+++ chrome/browser/importer/importer_unittest_utils.h (working copy)
@@ -14,7 +14,7 @@
struct BookmarkInfo {
const bool in_toolbar;
const size_t path_size;
- const wchar_t* path[kMaxPathSize];
+ const char* path[kMaxPathSize];
const wchar_t* title;
const char* url;
};
« no previous file with comments | « chrome/browser/importer/ie_importer_browsertest_win.cc ('k') | chrome/browser/importer/importer_unittest_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698