diff options
Diffstat (limited to 'net/test/spawned_test_server/local_test_server_posix.cc')
-rw-r--r-- | net/test/spawned_test_server/local_test_server_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/spawned_test_server/local_test_server_posix.cc b/net/test/spawned_test_server/local_test_server_posix.cc index c770152..2899c90 100644 --- a/net/test/spawned_test_server/local_test_server_posix.cc +++ b/net/test/spawned_test_server/local_test_server_posix.cc @@ -130,7 +130,7 @@ bool LocalTestServer::LaunchPython(const base::FilePath& testserver_path) { // Try to kill any orphaned testserver processes that may be running. OrphanedTestServerFilter filter(testserver_path.value(), - base::IntToString(GetPort())); + base::UintToString(GetPort())); if (!base::KillProcesses("python", -1, &filter)) { LOG(WARNING) << "Failed to clean up older orphaned testserver instances."; } |