| Index: net/test/test_server_posix.cc
|
| ===================================================================
|
| --- net/test/test_server_posix.cc (revision 123165)
|
| +++ net/test/test_server_posix.cc (working copy)
|
| @@ -109,7 +109,7 @@
|
| 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]));
|
|
|