| Index: chromeos/dbus/shill_manager_client.h
|
| diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h
|
| index 473efc07d08cf77d5fbe6471fce3101f2dafe166..899ccef3e5fad5946dc7f58567aca96ad15e8793 100644
|
| --- a/chromeos/dbus/shill_manager_client.h
|
| +++ b/chromeos/dbus/shill_manager_client.h
|
| @@ -40,7 +40,7 @@ class CHROMEOS_EXPORT ShillManagerClient {
|
| public:
|
| virtual void AddDevice(const std::string& device_path) = 0;
|
| virtual void RemoveDevice(const std::string& device_path) = 0;
|
| - virtual void ResetDevices() = 0;
|
| + virtual void ClearDevices() = 0;
|
| virtual void AddService(const std::string& service_path,
|
| bool add_to_watch_list) = 0;
|
| virtual void AddServiceAtIndex(const std::string& service_path,
|
|
|