| Index: chromeos/dbus/shill_profile_client.h
|
| diff --git a/chromeos/dbus/shill_profile_client.h b/chromeos/dbus/shill_profile_client.h
|
| index 1529120a72cbdf3f5c126d1465b968bef060f03b..e6d388571fd295e8711d405d6c35e389c82aba4e 100644
|
| --- a/chromeos/dbus/shill_profile_client.h
|
| +++ b/chromeos/dbus/shill_profile_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 {
|
| @@ -75,7 +74,7 @@ class CHROMEOS_EXPORT ShillProfileClient : public DBusClient {
|
|
|
| // Factory function, creates a new instance which is owned by the caller.
|
| // For normal usage, access the singleton via DBusThreadManager::Get().
|
| - static ShillProfileClient* Create(DBusClientImplementationType type);
|
| + static ShillProfileClient* Create();
|
|
|
| // Adds a property changed |observer| for the profile at |profile_path|.
|
| virtual void AddPropertyChangedObserver(
|
|
|