| Index: device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattService.java
|
| diff --git a/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattService.java b/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattService.java
|
| index 1041c95a9f8a21d92c338ac1c292fa85feb9a3bc..2d390a154492cc4484341f6fa007af95aa3a4c23 100644
|
| --- a/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattService.java
|
| +++ b/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattService.java
|
| @@ -86,5 +86,5 @@ final class ChromeBluetoothRemoteGattService {
|
| // TODO(http://crbug.com/505554): Replace 'Object' with specific type when JNI fixed.
|
| private native void nativeCreateGattRemoteCharacteristic(
|
| long nativeBluetoothRemoteGattServiceAndroid, String instanceId,
|
| - Object bluetoothGattCarachteristicWrapper, Object chromeBluetoothDevice);
|
| + Object bluetoothGattCharacteristicWrapper, Object chromeBluetoothDevice);
|
| }
|
|
|