Chromium Code Reviews| 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; |
|
stevenjb
2014/05/28 23:06:10
This and related changes in a separate CL.
|
| virtual void RemoveDevice(const std::string& device_path) = 0; |
| virtual void ClearDevices() = 0; |
| virtual void SetDeviceProperty(const std::string& device_path, |