| Index: chromeos/dbus/bluetooth_profile_manager_client.h
|
| diff --git a/chromeos/dbus/bluetooth_profile_manager_client.h b/chromeos/dbus/bluetooth_profile_manager_client.h
|
| index 771fbafa7e4eb3101aa601a7c4c72788b613c9fd..4301ce91656cbfa75ef976ce9c7d79378e8ff36d 100644
|
| --- a/chromeos/dbus/bluetooth_profile_manager_client.h
|
| +++ b/chromeos/dbus/bluetooth_profile_manager_client.h
|
| @@ -12,7 +12,6 @@
|
| #include "base/values.h"
|
| #include "chromeos/chromeos_export.h"
|
| #include "chromeos/dbus/dbus_client.h"
|
| -#include "chromeos/dbus/dbus_client_implementation_type.h"
|
| #include "dbus/object_path.h"
|
|
|
| namespace chromeos {
|
| @@ -95,8 +94,7 @@ class CHROMEOS_EXPORT BluetoothProfileManagerClient : public DBusClient {
|
|
|
|
|
| // Creates the instance.
|
| - static BluetoothProfileManagerClient* Create(
|
| - DBusClientImplementationType type);
|
| + static BluetoothProfileManagerClient* Create();
|
|
|
| // Constants used to indicate exceptional error conditions.
|
| static const char kNoResponseError[];
|
|
|