| Index: net/base/x509_certificate_mac.cc
|
| diff --git a/net/base/x509_certificate_mac.cc b/net/base/x509_certificate_mac.cc
|
| index 3cc1e0802cc0d87e66a0db0047007253f92eef49..f9023fd33188084730251755f477077d6135f3be 100644
|
| --- a/net/base/x509_certificate_mac.cc
|
| +++ b/net/base/x509_certificate_mac.cc
|
| @@ -544,7 +544,7 @@ X509Certificate* X509Certificate::CreateSelfSigned(
|
| cssm_subject_names.push_back(cssm_subject_name);
|
| }
|
|
|
| - if (cssm_subject_names.size() == 0) {
|
| + if (cssm_subject_names.empty()) {
|
| DLOG(ERROR) << "cssm_subject_names.size() == 0. Input: " << subject;
|
| return NULL;
|
| }
|
|
|