| Index: chromeos/dbus/bluetooth_device_client.h
|
| diff --git a/chromeos/dbus/bluetooth_device_client.h b/chromeos/dbus/bluetooth_device_client.h
|
| index fcb048369bc2ab710b8781601d9e87b3ad67554c..11f5a1cb772db7d88f3971a417f4ade59405c27a 100644
|
| --- a/chromeos/dbus/bluetooth_device_client.h
|
| +++ b/chromeos/dbus/bluetooth_device_client.h
|
| @@ -13,7 +13,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"
|
| #include "dbus/property.h"
|
|
|
| @@ -171,7 +170,7 @@ class CHROMEOS_EXPORT BluetoothDeviceClient : public DBusClient {
|
| const ErrorCallback& error_callback) = 0;
|
|
|
| // Creates the instance.
|
| - static BluetoothDeviceClient* Create(DBusClientImplementationType type);
|
| + static BluetoothDeviceClient* Create();
|
|
|
| // Constants used to indicate exceptional error conditions.
|
| static const char kNoResponseError[];
|
|
|