| 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 a856bb297dd0f921d3a3847d8ff502dcece94e91..6fe675cfd3b310bac3283adb869dcd908b2df46a 100644
|
| --- a/chromeos/dbus/fake_shill_device_client.cc
|
| +++ b/chromeos/dbus/fake_shill_device_client.cc
|
| @@ -402,9 +402,9 @@ void FakeShillDeviceClient::SetDeviceProperty(const std::string& device_path,
|
| const base::Value& value) {
|
| VLOG(1) << "SetDeviceProperty: " << device_path
|
| << ": " << name << " = " << value;
|
| - SetProperty(dbus::ObjectPath(device_path), name, value,
|
| - base::Bind(&base::DoNothing),
|
| - base::Bind(&ErrorFunction, device_path));
|
| + SetPropertyInternal(dbus::ObjectPath(device_path), name, value,
|
| + base::Bind(&base::DoNothing),
|
| + base::Bind(&ErrorFunction, device_path));
|
| }
|
|
|
| std::string FakeShillDeviceClient::GetDevicePathForType(
|
|
|