Index: chromeos/dbus/fake_shill_service_client.cc |
diff --git a/chromeos/dbus/fake_shill_service_client.cc b/chromeos/dbus/fake_shill_service_client.cc |
index 9751972e2c27b04408cb03fe3293517946053af0..8bb234b8b4389d7248201121f41cc4252b169bac 100644 |
--- a/chromeos/dbus/fake_shill_service_client.cc |
+++ b/chromeos/dbus/fake_shill_service_client.cc |
@@ -390,7 +390,7 @@ base::DictionaryValue* FakeShillServiceClient::SetServiceProperties( |
properties->SetStringWithoutPathExpansion(shill::kStateProperty, state); |
properties->SetBooleanWithoutPathExpansion(shill::kVisibleProperty, visible); |
if (type == shill::kTypeWifi) { |
- properties->SetStringWithoutPathExpansion(shill::kSecurityProperty, |
+ properties->SetStringWithoutPathExpansion(shill::kSecurityClassProperty, |
shill::kSecurityNone); |
properties->SetStringWithoutPathExpansion(shill::kModeProperty, |
shill::kModeManaged); |