Index: chromeos/dbus/bluetooth_input_client.h |
diff --git a/chromeos/dbus/bluetooth_input_client.h b/chromeos/dbus/bluetooth_input_client.h |
index 0e0bee558e7ef082489b53ae7f94f4fbe503a4f2..5e4b8d524a73c9fab74de39fde5bb5a0b8f4a687 100644 |
--- a/chromeos/dbus/bluetooth_input_client.h |
+++ b/chromeos/dbus/bluetooth_input_client.h |
@@ -12,7 +12,6 @@ |
#include "base/observer_list.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" |
@@ -68,7 +67,7 @@ class CHROMEOS_EXPORT BluetoothInputClient : public DBusClient { |
virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0; |
// Creates the instance. |
- static BluetoothInputClient* Create(DBusClientImplementationType type); |
+ static BluetoothInputClient* Create(); |
protected: |
BluetoothInputClient(); |