| Index: chromeos/network/shill_property_handler_unittest.cc
|
| diff --git a/chromeos/network/shill_property_handler_unittest.cc b/chromeos/network/shill_property_handler_unittest.cc
|
| index 47e169e4e4506e4bb0c9973453ed5d62527b7721..0778663c1135486de84bdb13f26b1e2fa30b6ceb 100644
|
| --- a/chromeos/network/shill_property_handler_unittest.cc
|
| +++ b/chromeos/network/shill_property_handler_unittest.cc
|
| @@ -131,7 +131,7 @@
|
| for (base::ListValue::const_iterator iter = entries.begin();
|
| iter != entries.end(); ++iter) {
|
| std::string path;
|
| - if (iter->GetAsString(&path))
|
| + if ((*iter)->GetAsString(&path))
|
| entries_[type].push_back(path);
|
| }
|
| }
|
|
|