summaryrefslogtreecommitdiffstats
path: root/net/test/test_server_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/test/test_server_posix.cc')
-rw-r--r--net/test/test_server_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/test_server_posix.cc b/net/test/test_server_posix.cc
index aef7b0c..f15acc3 100644
--- a/net/test/test_server_posix.cc
+++ b/net/test/test_server_posix.cc
@@ -109,7 +109,7 @@ bool TestServer::LaunchPython(const FilePath& testserver_path) {
child_fd_ = pipefd[0];
child_fd_closer_.reset(&child_fd_);
file_util::ScopedFD write_closer(&pipefd[1]);
- base::file_handle_mapping_vector map_write_fd;
+ base::FileHandleMappingVector map_write_fd;
map_write_fd.push_back(std::make_pair(pipefd[1], pipefd[1]));
python_command.AppendArg("--startup-pipe=" + base::IntToString(pipefd[1]));