| Index: content/browser/child_process_launcher.h
|
| diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
|
| index 5a6e1f96e264892732bec816be708d1c7287b77e..235875ecb0897e61ea4a00d05d3b23e11424e9ea 100644
|
| --- a/content/browser/child_process_launcher.h
|
| +++ b/content/browser/child_process_launcher.h
|
| @@ -41,7 +41,7 @@ class CONTENT_EXPORT ChildProcessLauncher {
|
| SandboxedProcessLauncherDelegate* delegate,
|
| #elif defined(OS_POSIX)
|
| bool use_zygote,
|
| - const base::EnvironmentVector& environ,
|
| + const base::EnvironmentMap& environ,
|
| int ipcfd,
|
| #endif
|
| CommandLine* cmd_line,
|
|
|