| 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 1f0533a3a3debd9f6d970b6c12165ba4f1bf4093..fa0372cbe21d6c8c36cfb833ef3188443d0b2a67 100644
|
| --- a/chromeos/dbus/mock_shill_device_client.h
|
| +++ b/chromeos/dbus/mock_shill_device_client.h
|
| @@ -30,10 +30,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));
|
|
|