Chromium Code Reviews| Index: chromeos/network/onc/onc_certificate_importer.cc |
| diff --git a/chromeos/network/onc/onc_certificate_importer.cc b/chromeos/network/onc/onc_certificate_importer.cc |
| index 451c6d950c422e2113688ec2722b0878178f879d..2caf2735a86501afd2d715cd210c91d03d2065f9 100644 |
| --- a/chromeos/network/onc/onc_certificate_importer.cc |
| +++ b/chromeos/network/onc/onc_certificate_importer.cc |
| @@ -74,7 +74,7 @@ bool CertificateImporter::ParseAndStoreCertificate( |
| const base::DictionaryValue& certificate) { |
| // Get out the attributes of the given certificate. |
| std::string guid; |
| - if (!certificate.GetString(kGUID, &guid) || guid.empty()) { |
| + if (!certificate.GetString(network_config::kGUID, &guid) || guid.empty()) { |
|
pneubeck (no reviews)
2013/01/18 10:27:41
(onc::)kGUID, see comment in onc_constant.h
|
| ONC_LOG_ERROR("Certificate missing GUID identifier"); |
| return false; |
| } |