| Index: chromeos/network/network_cert_migrator.cc
|
| diff --git a/chromeos/network/network_cert_migrator.cc b/chromeos/network/network_cert_migrator.cc
|
| index 20ea816dd30a59791d07fb2d46ceeb1dc9049957..332e38d0ac015e181a9edca6396f2d29f22c4d99 100644
|
| --- a/chromeos/network/network_cert_migrator.cc
|
| +++ b/chromeos/network/network_cert_migrator.cc
|
| @@ -187,7 +187,7 @@ void NetworkCertMigrator::NetworkListChanged() {
|
| // certificates.
|
| VLOG(2) << "Start certificate migration of network configurations.";
|
| scoped_refptr<MigrationTask> helper(new MigrationTask(
|
| - CertLoader::Get()->cert_list(), weak_ptr_factory_.GetWeakPtr()));
|
| + CertLoader::Get()->all_certs(), weak_ptr_factory_.GetWeakPtr()));
|
| NetworkStateHandler::NetworkStateList networks;
|
| network_state_handler_->GetNetworkListByType(
|
| NetworkTypePattern::Default(),
|
|
|