Index: content/browser/utility_process_host_impl.cc |
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc |
index 766b82e8ccc70df5d493060de2e47109b5514d10..9dea2bc3f5d650030b207adc670ec9a0d3bd5840 100644 |
--- a/content/browser/utility_process_host_impl.cc |
+++ b/content/browser/utility_process_host_impl.cc |
@@ -130,7 +130,7 @@ const ChildProcessData& UtilityProcessHostImpl::GetData() { |
#if defined(OS_POSIX) |
-void UtilityProcessHostImpl::SetEnv(const base::EnvironmentVector& env) { |
+void UtilityProcessHostImpl::SetEnv(const base::EnvironmentMap& env) { |
env_ = env; |
} |