Index: chromeos/dbus/mock_shill_device_client.h |
diff --git a/chromeos/dbus/mock_shill_device_client.h b/chromeos/dbus/mock_shill_device_client.h |
index 81c7d30f0ad42f404ba21f862d018f64a2dea86e..9b29c4c1ffcbc40c0a94feb31d2d311324f933b1 100644 |
--- a/chromeos/dbus/mock_shill_device_client.h |
+++ b/chromeos/dbus/mock_shill_device_client.h |
@@ -28,10 +28,11 @@ class MockShillDeviceClient : public ShillDeviceClient { |
base::DictionaryValue*(const dbus::ObjectPath& device_path)); |
MOCK_METHOD2(ProposeScan, void(const dbus::ObjectPath& device_path, |
const VoidDBusMethodCallback& callback)); |
- MOCK_METHOD4(SetProperty, void(const dbus::ObjectPath& device_path, |
+ MOCK_METHOD5(SetProperty, void(const dbus::ObjectPath& device_path, |
const std::string& name, |
const base::Value& value, |
- const VoidDBusMethodCallback& callback)); |
+ const base::Closure& callback, |
+ const ErrorCallback& error_callback)); |
MOCK_METHOD3(ClearProperty, void(const dbus::ObjectPath& device_path, |
const std::string& name, |
const VoidDBusMethodCallback& callback)); |