| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index 780dc6a2d42b6bcaade1b3fc1c822fae3d2f2891..5ae114eb836a83a7ffd24c1b5b945a10f272fd9f 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -133,7 +133,7 @@ void BrowserChildProcessHostImpl::Launch(
|
| SandboxedProcessLauncherDelegate* delegate,
|
| #elif defined(OS_POSIX)
|
| bool use_zygote,
|
| - const base::EnvironmentVector& environ,
|
| + const base::EnvironmentMap& environ,
|
| #endif
|
| CommandLine* cmd_line) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
|
|