Index: chromeos/dbus/fake_nfc_tag_client.h |
diff --git a/chromeos/dbus/fake_nfc_tag_client.h b/chromeos/dbus/fake_nfc_tag_client.h |
index 21bf4fffe992ca098b32fa5581aeffe6426263d2..90321ee8125768c6c349a44edf7de77c85fa7252 100644 |
--- a/chromeos/dbus/fake_nfc_tag_client.h |
+++ b/chromeos/dbus/fake_nfc_tag_client.h |
@@ -41,7 +41,7 @@ class CHROMEOS_EXPORT FakeNfcTagClient : public NfcTagClient { |
const dbus::ObjectPath& object_path) OVERRIDE; |
virtual void 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) OVERRIDE; |