| Index: chromeos/dbus/nfc_device_client.h
|
| diff --git a/chromeos/dbus/nfc_device_client.h b/chromeos/dbus/nfc_device_client.h
|
| index 7f27cf8135068fc300e8d21a8d70189749547747..2dff471104f047f30f2b012f2e318e56e95c0295 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;
|
|
|