Index: chromeos/dbus/fake_nfc_device_client.cc |
diff --git a/chromeos/dbus/fake_nfc_device_client.cc b/chromeos/dbus/fake_nfc_device_client.cc |
index 6150cd97102e0d10ba87b0ee99834fa03e149ffe..5b5bf8c96b2aee872a4caca03304814c62644804 100644 |
--- a/chromeos/dbus/fake_nfc_device_client.cc |
+++ b/chromeos/dbus/fake_nfc_device_client.cc |
@@ -62,7 +62,7 @@ FakeNfcDeviceClient::GetProperties(const dbus::ObjectPath& object_path) { |
void FakeNfcDeviceClient::Push( |
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) << "FakeNfcDeviceClient::Write called. Nothing happened."; |