| Index: components/wifi/network_properties.cc
|
| diff --git a/components/wifi/network_properties.cc b/components/wifi/network_properties.cc
|
| index 3ab12daf1d376d72cc4fc8e404a8f9284115e74d..86561659983c81004dbcb6dca903d55308b8650a 100644
|
| --- a/components/wifi/network_properties.cc
|
| +++ b/components/wifi/network_properties.cc
|
| @@ -13,7 +13,7 @@ namespace wifi {
|
|
|
| NetworkProperties::NetworkProperties()
|
| : connection_state(onc::connection_state::kNotConnected),
|
| - security(onc::wifi::kNone),
|
| + security(onc::wifi::kSecurityNone),
|
| signal_strength(0),
|
| auto_connect(false),
|
| frequency(kFrequencyUnknown) {
|
|
|