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

Unified Diff: device/nfc/android/java/src/org/chromium/device/nfc/NfcTypeConverter.java

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 | « device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java ('k') | device/nfc/nfc.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/android/java/src/org/chromium/device/nfc/NfcTypeConverter.java
diff --git a/device/nfc/android/java/src/org/chromium/device/nfc/NfcTypeConverter.java b/device/nfc/android/java/src/org/chromium/device/nfc/NfcTypeConverter.java
index 1c3a85464aaa697f2b2a369b47d628b0734bcd6b..8d4af0e36139f051c701db790b7dee3a0229da16 100644
--- a/device/nfc/android/java/src/org/chromium/device/nfc/NfcTypeConverter.java
+++ b/device/nfc/android/java/src/org/chromium/device/nfc/NfcTypeConverter.java
@@ -9,9 +9,9 @@ import android.nfc.NdefRecord;
import android.os.Build;
import org.chromium.base.Log;
-import org.chromium.mojom.device.nfc.NfcMessage;
-import org.chromium.mojom.device.nfc.NfcRecord;
-import org.chromium.mojom.device.nfc.NfcRecordType;
+import org.chromium.device.nfc.mojom.NfcMessage;
+import org.chromium.device.nfc.mojom.NfcRecord;
+import org.chromium.device.nfc.mojom.NfcRecordType;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
@@ -92,4 +92,4 @@ public final class NfcTypeConverter {
throw new InvalidNfcMessageException();
}
}
-}
+}
« no previous file with comments | « device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java ('k') | device/nfc/nfc.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698