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

Unified Diff: chrome/test/ui/ui_test_suite.cc

Issue 6246036: FilePath: Remove most of ToWStringHack, adding a LossyDisplayName() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/test/ui/ui_test_suite.cc
diff --git a/chrome/test/ui/ui_test_suite.cc b/chrome/test/ui/ui_test_suite.cc
index bde938cf14be0c60a9750545942b211a5eb2ab30..0f804f605b801b9732f4c0dad74791b641ea8085 100644
--- a/chrome/test/ui/ui_test_suite.cc
+++ b/chrome/test/ui/ui_test_suite.cc
@@ -119,7 +119,7 @@ void UITestSuite::LoadCrashService() {
}
FilePath crash_service = exe_dir.Append(L"crash_service.exe");
- if (!base::LaunchApp(crash_service.ToWStringHack(), false, false,
+ if (!base::LaunchApp(crash_service.value(), false, false,
&crash_service_)) {
printf("Couldn't start crash_service.exe, so this ui_test run won't tell " \
"you if any test crashes!\n");

Powered by Google App Engine
This is Rietveld 408576698