| Index: chromeos/network/onc/onc_translator_onc_to_shill.cc
|
| diff --git a/chromeos/network/onc/onc_translator_onc_to_shill.cc b/chromeos/network/onc/onc_translator_onc_to_shill.cc
|
| index 8e30af55446f6889b6c35922c488bf602039aae8..a2e810b1dcffbdc68790620404694c28ce25ee38 100644
|
| --- a/chromeos/network/onc/onc_translator_onc_to_shill.cc
|
| +++ b/chromeos/network/onc/onc_translator_onc_to_shill.cc
|
| @@ -200,7 +200,7 @@ void LocalTranslator::TranslateWiFi() {
|
| std::string security;
|
| onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSecurity, &security);
|
| TranslateWithTableAndSet(security, kWiFiSecurityTable,
|
| - shill::kSecurityProperty);
|
| + shill::kSecurityClassProperty);
|
|
|
| std::string ssid;
|
| onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSSID, &ssid);
|
|
|