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

Unified Diff: device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.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
Index: device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java
diff --git a/device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java b/device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java
index a886c670d6b1e95076e3ced9a939d4d2e6b4dd1c..685eae6eb381c5263ad53184a6873b4a86c097ef 100644
--- a/device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java
+++ b/device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java
@@ -26,9 +26,9 @@ import android.os.Handler;
import android.util.SparseArray;
import org.chromium.base.test.util.Feature;
-import org.chromium.mojom.device.mojom.ReportingMode;
-import org.chromium.mojom.device.mojom.SensorInitParams;
-import org.chromium.mojom.device.mojom.SensorType;
+import org.chromium.device.mojom.ReportingMode;
+import org.chromium.device.mojom.SensorInitParams;
+import org.chromium.device.mojom.SensorType;
import org.chromium.testing.local.LocalRobolectricTestRunner;
import org.junit.Before;

Powered by Google App Engine
This is Rietveld 408576698