| Index: chromeos/dbus/nfc_device_client.h
|
| diff --git a/chromeos/dbus/nfc_device_client.h b/chromeos/dbus/nfc_device_client.h
|
| index 2dff471104f047f30f2b012f2e318e56e95c0295..f922ef2890f5c47f58c57b8a7720cbf6bdf1b573 100644
|
| --- a/chromeos/dbus/nfc_device_client.h
|
| +++ b/chromeos/dbus/nfc_device_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/nfc_client_helpers.h"
|
| @@ -90,7 +91,7 @@ class CHROMEOS_EXPORT NfcDeviceClient : public DBusClient {
|
| // etc.
|
| virtual void Push(
|
| 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;
|
|
|
|
|