| Index: chromeos/network/onc/onc_certificate_importer_impl.cc
 | 
| diff --git a/chromeos/network/onc/onc_certificate_importer_impl.cc b/chromeos/network/onc/onc_certificate_importer_impl.cc
 | 
| index 0542be3a86e8f9eb73320572f8eabee580bfa6a6..d36a4e5f60847eadc70f23b065791588f138cb43 100644
 | 
| --- a/chromeos/network/onc/onc_certificate_importer_impl.cc
 | 
| +++ b/chromeos/network/onc/onc_certificate_importer_impl.cc
 | 
| @@ -167,7 +167,7 @@ bool CertificateImporterImpl::ParseServerOrCaCertificate(
 | 
|      for (base::ListValue::const_iterator it = trust_list->begin();
 | 
|           it != trust_list->end(); ++it) {
 | 
|        std::string trust_type;
 | 
| -      if (!(*it)->GetAsString(&trust_type))
 | 
| +      if (!it->GetAsString(&trust_type))
 | 
|          NOTREACHED();
 | 
|  
 | 
|        if (trust_type == ::onc::certificate::kWeb) {
 | 
| 
 |