| 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 fbfe16ecaa5d0cc328114ca36da8e992b4919066..c9d4151d35d8e0d6f87dd9f8ba80199f702e0f50 100644
|
| --- a/chromeos/network/onc/onc_translator_onc_to_shill.cc
|
| +++ b/chromeos/network/onc/onc_translator_onc_to_shill.cc
|
| @@ -201,7 +201,7 @@ void LocalTranslator::TranslateWiFi() {
|
| if (onc_object_->GetStringWithoutPathExpansion(
|
| ::onc::wifi::kSecurity, &security)) {
|
| TranslateWithTableAndSet(security, kWiFiSecurityTable,
|
| - shill::kSecurityProperty);
|
| + shill::kSecurityClassProperty);
|
| }
|
|
|
| std::string ssid;
|
|
|