| Index: chromeos/dbus/shill_ipconfig_client.h
|
| diff --git a/chromeos/dbus/shill_ipconfig_client.h b/chromeos/dbus/shill_ipconfig_client.h
|
| index 58e066779fe88c63f26e603ee15f4d0c9c32deb2..ef144b293ed290a19b67b3b802af2460ab6749e6 100644
|
| --- a/chromeos/dbus/shill_ipconfig_client.h
|
| +++ b/chromeos/dbus/shill_ipconfig_client.h
|
| @@ -11,7 +11,6 @@
|
| #include "base/callback.h"
|
| #include "chromeos/chromeos_export.h"
|
| #include "chromeos/dbus/dbus_client.h"
|
| -#include "chromeos/dbus/dbus_client_implementation_type.h"
|
| #include "chromeos/dbus/shill_client_helper.h"
|
|
|
| namespace base {
|
| @@ -42,7 +41,7 @@ class CHROMEOS_EXPORT ShillIPConfigClient : public DBusClient {
|
|
|
| // Factory function, creates a new instance which is owned by the caller.
|
| // For normal usage, access the singleton via DBusThreadManager::Get().
|
| - static ShillIPConfigClient* Create(DBusClientImplementationType type);
|
| + static ShillIPConfigClient* Create();
|
|
|
| // Adds a property changed |observer| for the ipconfig at |ipconfig_path|.
|
| virtual void AddPropertyChangedObserver(
|
|
|