| Index: chromeos/dbus/shill_device_client_stub.h
|
| diff --git a/chromeos/dbus/shill_device_client_stub.h b/chromeos/dbus/shill_device_client_stub.h
|
| index a2e1eb8466a44d436cc641cba665ffa893e8c13b..cc7edf2f8bf1a271b8c31e2332272e05479f921e 100644
|
| --- a/chromeos/dbus/shill_device_client_stub.h
|
| +++ b/chromeos/dbus/shill_device_client_stub.h
|
| @@ -87,6 +87,7 @@ class ShillDeviceClientStub : public ShillDeviceClient,
|
| virtual void SetDeviceProperty(const std::string& device_path,
|
| const std::string& name,
|
| const base::Value& value) OVERRIDE;
|
| + virtual std::string GetDevicePathForType(const std::string& type) OVERRIDE;
|
|
|
| private:
|
| typedef ObserverList<ShillPropertyChangedObserver> PropertyObserverList;
|
|
|