| Index: chromeos/dbus/fake_shill_device_client.h
|
| diff --git a/chromeos/dbus/fake_shill_device_client.h b/chromeos/dbus/fake_shill_device_client.h
|
| index ac8f565463397630aad519408faa875c01de9eb8..a168edd378eae493cb49fa8364a694fa187f60b0 100644
|
| --- a/chromeos/dbus/fake_shill_device_client.h
|
| +++ b/chromeos/dbus/fake_shill_device_client.h
|
| @@ -88,7 +88,7 @@ class CHROMEOS_EXPORT FakeShillDeviceClient
|
| // ShillDeviceClient::TestInterface overrides.
|
| virtual void AddDevice(const std::string& device_path,
|
| const std::string& type,
|
| - const std::string& object_path) OVERRIDE;
|
| + const std::string& name) OVERRIDE;
|
| virtual void RemoveDevice(const std::string& device_path) OVERRIDE;
|
| virtual void ClearDevices() OVERRIDE;
|
| virtual void SetDeviceProperty(const std::string& device_path,
|
|
|