| Index: chromeos/dbus/shill_device_client.h
|
| diff --git a/chromeos/dbus/shill_device_client.h b/chromeos/dbus/shill_device_client.h
|
| index afee45710baa1cc4da7eb28d1bef62d15b129fe5..dd668c600333e2caa5b8319737ea24c62de91b70 100644
|
| --- a/chromeos/dbus/shill_device_client.h
|
| +++ b/chromeos/dbus/shill_device_client.h
|
| @@ -46,7 +46,7 @@ class CHROMEOS_EXPORT ShillDeviceClient : public DBusClient {
|
| public:
|
| virtual void AddDevice(const std::string& device_path,
|
| const std::string& type,
|
| - const std::string& object_path) = 0;
|
| + const std::string& name) = 0;
|
| virtual void RemoveDevice(const std::string& device_path) = 0;
|
| virtual void ClearDevices() = 0;
|
| virtual void SetDeviceProperty(const std::string& device_path,
|
|
|