Index: content/browser/zygote_host/zygote_host_impl_linux.h |
diff --git a/content/browser/zygote_host/zygote_host_impl_linux.h b/content/browser/zygote_host/zygote_host_impl_linux.h |
index c443546984966f964de99d111ae444aa67705b96..20db6047d56236eec3b2d79f682297699b7ef1f7 100644 |
--- a/content/browser/zygote_host/zygote_host_impl_linux.h |
+++ b/content/browser/zygote_host/zygote_host_impl_linux.h |
@@ -34,7 +34,7 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHost { |
// Returns its pid on success, otherwise |
// base::kNullProcessHandle; |
pid_t ForkRequest(const std::vector<std::string>& command_line, |
- const std::vector<FileDescriptorInfo>& mapping, |
+ scoped_ptr<FileDescriptorInfo> mapping, |
const std::string& process_type); |
void EnsureProcessTerminated(pid_t process); |