| Index: chromeos/dbus/fake_shill_device_client.cc
|
| diff --git a/chromeos/dbus/fake_shill_device_client.cc b/chromeos/dbus/fake_shill_device_client.cc
|
| index 0da8f280a5af3a3776b6f9f0d91c125a3e938334..ef88a1c69530dfcd99de90bf145518c2dc0f58a1 100644
|
| --- a/chromeos/dbus/fake_shill_device_client.cc
|
| +++ b/chromeos/dbus/fake_shill_device_client.cc
|
| @@ -246,6 +246,9 @@ void FakeShillDeviceClient::AddDevice(const std::string& device_path,
|
| properties->SetWithoutPathExpansion(shill::kTypeProperty,
|
| base::Value::CreateStringValue(type));
|
| properties->SetWithoutPathExpansion(
|
| + shill::kNameProperty,
|
| + base::Value::CreateStringValue(object_path));
|
| + properties->SetWithoutPathExpansion(
|
| shill::kDBusObjectProperty, base::Value::CreateStringValue(object_path));
|
| properties->SetWithoutPathExpansion(
|
| shill::kDBusServiceProperty,
|
|
|