| Index: chromeos/dbus/shill_service_client.h
|
| diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
|
| index 8e75bafdd6649a7bd1a691c6a1add2d5d725f2c5..4fa4922c2a55ec5b942cc054be3db1ce0abdafcf 100644
|
| --- a/chromeos/dbus/shill_service_client.h
|
| +++ b/chromeos/dbus/shill_service_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 {
|
| @@ -84,7 +83,7 @@ class CHROMEOS_EXPORT ShillServiceClient : public DBusClient {
|
|
|
| // Factory function, creates a new instance which is owned by the caller.
|
| // For normal usage, access the singleton via DBusThreadManager::Get().
|
| - static ShillServiceClient* Create(DBusClientImplementationType type);
|
| + static ShillServiceClient* Create();
|
|
|
| // Adds a property changed |observer| to the service at |service_path|.
|
| virtual void AddPropertyChangedObserver(
|
|
|