Index: content/browser/ppapi_plugin_process_host.cc |
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc |
index 30dd182657bc4dfcdc349dec428a016b62bb59cf..b85950a20102d9f522b9aa41b775bd087ccdc67f 100644 |
--- a/content/browser/ppapi_plugin_process_host.cc |
+++ b/content/browser/ppapi_plugin_process_host.cc |
@@ -328,7 +328,7 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) { |
new PpapiPluginSandboxedProcessLauncherDelegate(is_broker_), |
#elif defined(OS_POSIX) |
use_zygote, |
- base::EnvironmentVector(), |
+ base::EnvironmentMap(), |
#endif |
cmd_line); |
return true; |