| Index: chromeos/dbus/fake_nfc_tag_client.cc
|
| diff --git a/chromeos/dbus/fake_nfc_tag_client.cc b/chromeos/dbus/fake_nfc_tag_client.cc
|
| index a146de1f600060d78cd5d0d0a0df46e6c7228aa7..6875ad0a0fea404675ea41e3837c8ca7a86d78fa 100644
|
| --- a/chromeos/dbus/fake_nfc_tag_client.cc
|
| +++ b/chromeos/dbus/fake_nfc_tag_client.cc
|
| @@ -62,7 +62,7 @@ FakeNfcTagClient::GetProperties(const dbus::ObjectPath& object_path) {
|
|
|
| void FakeNfcTagClient::Write(
|
| const dbus::ObjectPath& object_path,
|
| - const std::map<std::string, std::string>& attributes,
|
| + const base::DictionaryValue& attributes,
|
| const base::Closure& callback,
|
| const nfc_client_helpers::ErrorCallback& error_callback) {
|
| VLOG(1) << "FakeNfcTagClient::Write called. Nothing happened.";
|
|
|