| Index: third_party/WebKit/Source/modules/nfc/NFCError.h
|
| diff --git a/third_party/WebKit/Source/modules/nfc/NFCError.h b/third_party/WebKit/Source/modules/nfc/NFCError.h
|
| index b52eaed024fe1c367a5ebda28f5bede4bf4944f6..22ffe7e2854c91e0abe4aabbed1a0150468193e9 100644
|
| --- a/third_party/WebKit/Source/modules/nfc/NFCError.h
|
| +++ b/third_party/WebKit/Source/modules/nfc/NFCError.h
|
| @@ -18,8 +18,8 @@ class NFCError {
|
|
|
| public:
|
| // Required by CallbackPromiseAdapter
|
| - using WebType = const device::nfc::blink::NFCErrorType&;
|
| - static DOMException* take(ScriptPromiseResolver*, const device::nfc::blink::NFCErrorType&);
|
| + using WebType = const device::nfc::mojom::blink::NFCErrorType&;
|
| + static DOMException* take(ScriptPromiseResolver*, const device::nfc::mojom::blink::NFCErrorType&);
|
| };
|
|
|
| } // namespace blink
|
|
|