Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index 29d914efab8ac314cccd3228a6110dc37e7e7bf3..e912442f0cad94b3a92b2d53ef02e3594cffc3f9 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -1162,7 +1162,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { |
new GpuSandboxedProcessLauncherDelegate(cmd_line), |
#elif defined(OS_POSIX) |
false, |
- base::EnvironmentVector(), |
+ base::EnvironmentMap(), |
#endif |
cmd_line); |
process_launched_ = true; |