| Index: chromeos/system/statistics_provider.cc
|
| diff --git a/chromeos/system/statistics_provider.cc b/chromeos/system/statistics_provider.cc
|
| index 26fb751b78f404002cd4db7393515a4b70dda4a5..de21ae6e5ecae4737e07a6d914e5015921012e27 100644
|
| --- a/chromeos/system/statistics_provider.cc
|
| +++ b/chromeos/system/statistics_provider.cc
|
| @@ -115,7 +115,7 @@ bool JoinListValuesToString(const base::DictionaryValue* dictionary,
|
| bool first = true;
|
| for (const auto& v : *list) {
|
| std::string value;
|
| - if (!v->GetAsString(&value))
|
| + if (!v.GetAsString(&value))
|
| return false;
|
|
|
| if (first)
|
|
|