| 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 eb54eedc3b489b249df00a8a170a0b2ac0455420..4b92c3efb436edad991dd4ea6f11eee598a64153 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::mojom::blink::NFCErrorPtr);
|
|
|
| // device::mojom::blink::NFCClient implementation.
|
| - void OnWatch(const WTF::Vector<uint32_t>& ids,
|
| + void OnWatch(const Vector<uint32_t>& ids,
|
| device::mojom::blink::NFCMessagePtr) override;
|
|
|
| private:
|
|
|