| Index: base/process_util_posix.cc
|
| diff --git a/base/process_util_posix.cc b/base/process_util_posix.cc
|
| index 9a5f5a7edd3c81656adadc023d153656085eae36..cf93c054e05f20f2a7459071466f59f93a8f6eed 100644
|
| --- a/base/process_util_posix.cc
|
| +++ b/base/process_util_posix.cc
|
| @@ -451,7 +451,7 @@ char** AlterEnvironment(const environment_vector& changes,
|
| // Now handle new elements
|
| for (environment_vector::const_iterator
|
| j = changes.begin(); j != changes.end(); j++) {
|
| - if (j->second.size() == 0)
|
| + if (j->second.empty())
|
| continue;
|
|
|
| bool found = false;
|
|
|