| Index: chromeos/dbus/nfc_tag_client.h
|
| diff --git a/chromeos/dbus/nfc_tag_client.h b/chromeos/dbus/nfc_tag_client.h
|
| index 45a231d2134edd735554d51effad2abacb8c31fe..a0f69076a1d73e2c9f31f5e72af9d8dc390f63a9 100644
|
| --- a/chromeos/dbus/nfc_tag_client.h
|
| +++ b/chromeos/dbus/nfc_tag_client.h
|
| @@ -9,6 +9,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/values.h"
|
| #include "chromeos/chromeos_export.h"
|
| #include "chromeos/dbus/dbus_client.h"
|
| #include "chromeos/dbus/dbus_client_implementation_type.h"
|
| @@ -102,7 +103,7 @@ class CHROMEOS_EXPORT NfcTagClient : public DBusClient {
|
| // etc.
|
| virtual void Write(
|
| const dbus::ObjectPath& object_path,
|
| - const NfcRecordClient::Attributes& attributes,
|
| + const base::DictionaryValue& attributes,
|
| const base::Closure& callback,
|
| const nfc_client_helpers::ErrorCallback& error_callback) = 0;
|
|
|
|
|