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

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

Issue 2498543003: Mojo C++ bindings: switch device/nfc mojom target to use STL/WTF types. (Closed)
Patch Set: Created 4 years, 1 month 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
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 0999bf086691c28d39af348dca8db163cd99ced2..9dabcebd9ed9a131c70ed78c1bacb3024f771656 100644
--- a/third_party/WebKit/Source/modules/nfc/NFC.h
+++ b/third_party/WebKit/Source/modules/nfc/NFC.h
@@ -69,7 +69,7 @@ class NFC final : public GarbageCollectedFinalized<NFC>,
void OnConnectionError();
// device::nfc::mojom::blink::NFCClient implementation.
- void OnWatch(mojo::WTFArray<uint32_t> ids,
+ void OnWatch(const WTF::Vector<uint32_t>& ids,
device::nfc::mojom::blink::NFCMessagePtr) override;
private:

Powered by Google App Engine
This is Rietveld 408576698