| Index: content/browser/browser_child_process_host_impl.h
|
| diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
|
| index 866808f861fd13152956db517ef3c6366dd87c2d..7540209f5cc1f6eba64ff916511deb81c402cbce 100644
|
| --- a/content/browser/browser_child_process_host_impl.h
|
| +++ b/content/browser/browser_child_process_host_impl.h
|
| @@ -46,7 +46,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
|
| SandboxedProcessLauncherDelegate* delegate,
|
| #elif defined(OS_POSIX)
|
| bool use_zygote,
|
| - const base::EnvironmentVector& environ,
|
| + const base::EnvironmentMap& environ,
|
| #endif
|
| CommandLine* cmd_line) OVERRIDE;
|
| virtual const ChildProcessData& GetData() const OVERRIDE;
|
|
|