| 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..86641075502d3b37d6d8f439aa29b8a07b037638 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(certificate::kGUID, &guid) || guid.empty()) {
|
| ONC_LOG_ERROR("Certificate missing GUID identifier");
|
| return false;
|
| }
|
|
|