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

Unified Diff: base/multiprocess_test.h

Issue 270062: Use ASCII strings for switch names. (Closed)
Patch Set: victory Created 11 years, 2 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 | « base/debug_on_start.cc ('k') | base/test/perf_test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/multiprocess_test.h
diff --git a/base/multiprocess_test.h b/base/multiprocess_test.h
index 99c2c795250e6c8334f61323ad052db408c96b90..0662689dfab3b4c920e04c797780b9fab4f106a4 100644
--- a/base/multiprocess_test.h
+++ b/base/multiprocess_test.h
@@ -20,7 +20,7 @@
// Command line switch to invoke a child process rather than
// to run the normal test suite.
-static const wchar_t kRunClientProcess[] = L"client";
+static const char kRunClientProcess[] = "client";
// A MultiProcessTest is a test class which makes it easier to
// write a test which requires code running out of process.
« no previous file with comments | « base/debug_on_start.cc ('k') | base/test/perf_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698