| Index: chromeos/dbus/nfc_record_client.h
|
| diff --git a/chromeos/dbus/nfc_record_client.h b/chromeos/dbus/nfc_record_client.h
|
| index a7f1d91020b76fa92a966c1a1a7237abba628055..b514bdbf72360f6417ac0967939be22c67f75a98 100644
|
| --- a/chromeos/dbus/nfc_record_client.h
|
| +++ b/chromeos/dbus/nfc_record_client.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #include "chromeos/chromeos_export.h"
|
| #include "chromeos/dbus/dbus_client.h"
|
| -#include "chromeos/dbus/dbus_client_implementation_type.h"
|
| #include "chromeos/dbus/nfc_property_set.h"
|
| #include "dbus/object_path.h"
|
| #include "dbus/object_proxy.h"
|
| @@ -112,8 +111,7 @@ class CHROMEOS_EXPORT NfcRecordClient : public DBusClient {
|
| virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
|
|
|
| // Creates the instance.
|
| - static NfcRecordClient* Create(DBusClientImplementationType type,
|
| - NfcDeviceClient* device_client,
|
| + static NfcRecordClient* Create(NfcDeviceClient* device_client,
|
| NfcTagClient* tag_client);
|
|
|
| protected:
|
|
|