Index: net/test/test_server_posix.cc |
diff --git a/net/test/test_server_posix.cc b/net/test/test_server_posix.cc |
index a3abc69efd6aa036e05b8838f096834ae7d5e74b..6486da1f8ba9768243b39830190411d8073fc3f8 100644 |
--- a/net/test/test_server_posix.cc |
+++ b/net/test/test_server_posix.cc |
@@ -126,7 +126,7 @@ bool TestServer::LaunchPython(const FilePath& testserver_path) { |
options.fds_to_remap = &map_write_fd; |
options.process_handle = &process_handle_; |
if (!base::LaunchProcess(python_command, options)) { |
- LOG(ERROR) << "Failed to launch " << python_command.command_line_string(); |
+ LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString(); |
return false; |
} |