| 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:
|
|
|