Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: third_party/WebKit/Source/modules/nfc/NFCError.h

Issue 2361813004: Mojo Java bindings: org.chromium.mojom -> org.chromium (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/nfc/NFC.cpp ('k') | third_party/WebKit/Source/modules/nfc/NFCError.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/modules/nfc/NFC.cpp ('k') | third_party/WebKit/Source/modules/nfc/NFCError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698