Index: device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java |
diff --git a/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java b/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java |
index cca60b0faa3ebaa679da7ea7027a7e73c4089da0..3536bf8e4118069655ade0e82b5a9f46fe21b0ce 100644 |
--- a/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java |
+++ b/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java |
@@ -9,9 +9,9 @@ import android.bluetooth.BluetoothDevice; |
import android.os.Build; |
import android.os.ParcelUuid; |
-import org.chromium.base.CalledByNative; |
-import org.chromium.base.JNINamespace; |
import org.chromium.base.Log; |
+import org.chromium.base.annotations.CalledByNative; |
+import org.chromium.base.annotations.JNINamespace; |
import java.util.List; |