| Index: chromeos/dbus/shill_device_client.h
|
| diff --git a/chromeos/dbus/shill_device_client.h b/chromeos/dbus/shill_device_client.h
|
| index c4e808ce861b988b75b7c68eb8dae229f011a723..7ac7e20099714fabf2feff2a36d2b7a51adfc164 100644
|
| --- a/chromeos/dbus/shill_device_client.h
|
| +++ b/chromeos/dbus/shill_device_client.h
|
| @@ -81,7 +81,8 @@ class CHROMEOS_EXPORT ShillDeviceClient {
|
| virtual void SetProperty(const dbus::ObjectPath& device_path,
|
| const std::string& name,
|
| const base::Value& value,
|
| - const VoidDBusMethodCallback& callback) = 0;
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback) = 0;
|
|
|
| // Calls ClearProperty method.
|
| // |callback| is called after the method call finishes.
|
|
|