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

Unified Diff: third_party/WebKit/Source/modules/nfc/NFC.h

Issue 2885813002: [webnfc] Align nfc.push operation with the specification (Closed)
Patch Set: Removed 'the' articles Created 3 years, 7 months 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 | « third_party/WebKit/LayoutTests/nfc/push.html ('k') | third_party/WebKit/Source/modules/nfc/NFC.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/nfc/NFC.h
diff --git a/third_party/WebKit/Source/modules/nfc/NFC.h b/third_party/WebKit/Source/modules/nfc/NFC.h
index c9f1a4c837dac5547a989951101ec000bb9b0a46..63efb6bdf8199ed956cc7495ca3342a6a53c2824 100644
--- a/third_party/WebKit/Source/modules/nfc/NFC.h
+++ b/third_party/WebKit/Source/modules/nfc/NFC.h
@@ -82,7 +82,7 @@ class NFC final : public GarbageCollectedFinalized<NFC>,
device::nfc::mojom::blink::NFCErrorPtr);
// device::nfc::mojom::blink::NFCClient implementation.
- void OnWatch(const WTF::Vector<uint32_t>& ids,
+ void OnWatch(const Vector<uint32_t>& ids,
device::nfc::mojom::blink::NFCMessagePtr) override;
private:
« no previous file with comments | « third_party/WebKit/LayoutTests/nfc/push.html ('k') | third_party/WebKit/Source/modules/nfc/NFC.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698