Index: chromeos/dbus/shill_device_client.h |
diff --git a/chromeos/dbus/shill_device_client.h b/chromeos/dbus/shill_device_client.h |
index e7490f53310cd578ab2027d72593121f8acf8c1e..e86575378ed87333347561314aa7ba0b126f9622 100644 |
--- a/chromeos/dbus/shill_device_client.h |
+++ b/chromeos/dbus/shill_device_client.h |
@@ -52,6 +52,7 @@ class CHROMEOS_EXPORT ShillDeviceClient { |
virtual void SetDeviceProperty(const std::string& device_path, |
const std::string& name, |
const base::Value& value) = 0; |
+ virtual std::string GetDevicePathForType(const std::string& type) = 0; |
protected: |
~TestInterface() {} |