summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/nfc_device_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/nfc_device_client.h')
-rw-r--r--chromeos/dbus/nfc_device_client.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromeos/dbus/nfc_device_client.h b/chromeos/dbus/nfc_device_client.h
index 7f27cf8..2dff471 100644
--- a/chromeos/dbus/nfc_device_client.h
+++ b/chromeos/dbus/nfc_device_client.h
@@ -11,7 +11,6 @@
#include "chromeos/chromeos_export.h"
#include "chromeos/dbus/dbus_client.h"
-#include "chromeos/dbus/dbus_client_implementation_type.h"
#include "chromeos/dbus/nfc_client_helpers.h"
#include "chromeos/dbus/nfc_property_set.h"
#include "chromeos/dbus/nfc_record_client.h"
@@ -96,8 +95,7 @@ class CHROMEOS_EXPORT NfcDeviceClient : public DBusClient {
const nfc_client_helpers::ErrorCallback& error_callback) = 0;
// Creates the instance.
- static NfcDeviceClient* Create(DBusClientImplementationType type,
- NfcAdapterClient* adapter_client);
+ static NfcDeviceClient* Create(NfcAdapterClient* adapter_client);
protected:
friend class NfcClientTest;