| Index: net/test/test_server_posix.cc
|
| ===================================================================
|
| --- net/test/test_server_posix.cc (revision 69950)
|
| +++ net/test/test_server_posix.cc (working copy)
|
| @@ -118,7 +118,7 @@
|
| // Try to kill any orphaned testserver processes that may be running.
|
| OrphanedTestServerFilter filter(testserver_path.value(),
|
| base::IntToString(host_port_pair_.port()));
|
| - if (!base::KillProcesses(L"python", -1, &filter)) {
|
| + if (!base::KillProcesses("python", -1, &filter)) {
|
| LOG(WARNING) << "Failed to clean up older orphaned testserver instances.";
|
| }
|
|
|
|
|