Index: components/nacl/zygote/nacl_fork_delegate_linux.cc |
diff --git a/components/nacl/zygote/nacl_fork_delegate_linux.cc b/components/nacl/zygote/nacl_fork_delegate_linux.cc |
index ae625643171ab6304bfcc2b0aafdbd7251b4657d..e05e2ec44dd0b780810a1e9f61f6247862bf1f30 100644 |
--- a/components/nacl/zygote/nacl_fork_delegate_linux.cc |
+++ b/components/nacl/zygote/nacl_fork_delegate_linux.cc |
@@ -113,7 +113,7 @@ bool SendIPCRequestAndReadReply(int ipc_channel, |
} |
// Then read the remote reply. |
- ScopedVector<base::ScopedFD> received_fds; |
+ std::vector<base::ScopedFD> received_fds; |
const ssize_t msg_len = |
base::UnixDomainSocket::RecvMsg(ipc_channel, reply_data_buffer, |
reply_data_buffer_size, &received_fds); |