summaryrefslogtreecommitdiffstats
path: root/device/nfc/nfc_peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/nfc/nfc_peer.h')
-rw-r--r--device/nfc/nfc_peer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/nfc/nfc_peer.h b/device/nfc/nfc_peer.h
index 710641e..a38192f 100644
--- a/device/nfc/nfc_peer.h
+++ b/device/nfc/nfc_peer.h
@@ -42,7 +42,7 @@ class NfcPeer {
// new records on the device and when the initial set of records are
// received from it, if any. All records received from |peer| can be
// accessed by calling |peer->GetNdefMessage()|.
- virtual void RecordsReceived(NfcPeer* peer, const NfcNdefRecord* record) {}
+ virtual void RecordReceived(NfcPeer* peer, const NfcNdefRecord* record) {}
};
// The ErrorCallback is used by methods to asynchronously report errors.