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