Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: chromeos/dbus/shill_device_client.h

Issue 299403012: Clean up shill fake implementations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698