| Index: content/zygote/zygote_linux.h
|
| diff --git a/content/zygote/zygote_linux.h b/content/zygote/zygote_linux.h
|
| index ffea49a0da1081c1335816e82019edfe6d31d2c0..37e89b5f7183b43dd5910615614b3dc14b29790b 100644
|
| --- a/content/zygote/zygote_linux.h
|
| +++ b/content/zygote/zygote_linux.h
|
| @@ -9,6 +9,7 @@
|
| #include <vector>
|
|
|
| #include "base/containers/small_map.h"
|
| +#include "base/posix/global_descriptors.h"
|
| #include "base/process/kill.h"
|
| #include "base/process/process.h"
|
|
|
| @@ -77,7 +78,7 @@ class Zygote {
|
| // fills in uma_name et al with a report the helper wants to make via
|
| // UMA_HISTOGRAM_ENUMERATION.
|
| int ForkWithRealPid(const std::string& process_type,
|
| - std::vector<int>& fds,
|
| + const base::GlobalDescriptors::Mapping& fd_mapping,
|
| const std::string& channel_switch,
|
| std::string* uma_name,
|
| int* uma_sample,
|
|
|