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

Unified Diff: device/nfc/nfc.mojom

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
Index: device/nfc/nfc.mojom
diff --git a/device/nfc/nfc.mojom b/device/nfc/nfc.mojom
index de744d8409dc8127ee5637f60187bb5e9c2cf067..413be2e4f8e6e9fb8a1dbe72686b8264ab9fd055 100644
--- a/device/nfc/nfc.mojom
+++ b/device/nfc/nfc.mojom
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module device.nfc;
+// TODO(rockot): This should probably be moved to nfc.mojom.
+module device.nfc.mojom;
enum NFCErrorType {
SECURITY,
@@ -131,4 +132,4 @@ interface NFC {
interface NFCClient {
OnWatch(array<uint32> watch_ids, NFCMessage message);
-};
+};

Powered by Google App Engine
This is Rietveld 408576698