diff options
Diffstat (limited to 'chromeos/dbus/shill_device_client.h')
-rw-r--r-- | chromeos/dbus/shill_device_client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chromeos/dbus/shill_device_client.h b/chromeos/dbus/shill_device_client.h index c4e808c..7ac7e20 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. |