Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5008)

Unified Diff: chromeos/dbus/fake_nfc_tag_client.cc

Issue 99903003: nfc: Various fixes to the NFC D-Bus client in chromeos/dbus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed clang error. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/fake_nfc_tag_client.h ('k') | chromeos/dbus/nfc_client_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.";
« no previous file with comments | « chromeos/dbus/fake_nfc_tag_client.h ('k') | chromeos/dbus/nfc_client_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698