| Index: chromeos/network/network_cert_migrator.cc
|
| diff --git a/chromeos/network/network_cert_migrator.cc b/chromeos/network/network_cert_migrator.cc
|
| index 37dc0f8ec11e49f446ac64f58e3e4deb9741721e..9bc90db544ceda1ffccf0d0a14fb67e24962a0c3 100644
|
| --- a/chromeos/network/network_cert_migrator.cc
|
| +++ b/chromeos/network/network_cert_migrator.cc
|
| @@ -45,7 +45,7 @@ class NetworkCertMigrator::MigrationTask
|
| // Request properties for each network that could be configured with a
|
| // client certificate.
|
| for (const NetworkState* network : networks) {
|
| - if (network->security() != shill::kSecurity8021x &&
|
| + if (network->security_class() != shill::kSecurity8021x &&
|
| network->type() != shill::kTypeVPN &&
|
| network->type() != shill::kTypeEthernetEap) {
|
| continue;
|
|
|