| 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.
|
|
|