Index: device/bluetooth/android/java/src/org/chromium/device/bluetooth/BluetoothAdapter.java |
diff --git a/device/bluetooth/android/java/src/org/chromium/device/bluetooth/BluetoothAdapter.java b/device/bluetooth/android/java/src/org/chromium/device/bluetooth/BluetoothAdapter.java |
index 3c8b26521f600895c60f8deadbf46b72bfc27f73..d7fbca062940734d547343f10781fba486ea432f 100644 |
--- a/device/bluetooth/android/java/src/org/chromium/device/bluetooth/BluetoothAdapter.java |
+++ b/device/bluetooth/android/java/src/org/chromium/device/bluetooth/BluetoothAdapter.java |
@@ -19,7 +19,7 @@ |
*/ |
@JNINamespace("device") |
final class BluetoothAdapter { |
- private static final String TAG = Log.makeTag("Bluetooth"); |
+ private static final String TAG = "cr.Bluetooth"; |
private final boolean mHasBluetoothPermission; |
private android.bluetooth.BluetoothAdapter mAdapter; |