| 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..aca5fd497237cbba19cd1e095ec77f850b0e9630 100644
|
| --- a/third_party/WebKit/Source/modules/nfc/NFC.h
|
| +++ b/third_party/WebKit/Source/modules/nfc/NFC.h
|
| @@ -9,11 +9,11 @@
|
| #include "bindings/modules/v8/StringOrArrayBufferOrNFCMessage.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/page/PageVisibilityObserver.h"
|
| -#include "device/nfc/nfc.mojom-blink.h"
|
| #include "modules/nfc/MessageCallback.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| #include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/wtf/HashMap.h"
|
| +#include "services/device/public/interfaces/nfc.mojom-blink.h"
|
|
|
| namespace blink {
|
|
|
|
|