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

Unified Diff: device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattService.java

Issue 1572873002: bluetooth: android: Code cleanup fixing comments, typos, simplified names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comma Created 4 years, 11 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/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);
}

Powered by Google App Engine
This is Rietveld 408576698