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

Unified Diff: device/bluetooth/bluetooth_device_android.h

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/bluetooth_device_android.h
diff --git a/device/bluetooth/bluetooth_device_android.h b/device/bluetooth/bluetooth_device_android.h
index eadcb3955a96167937fcc44e313f9a320e6e6a01..95f7aadd137aa4349883511452e48b487163cc56 100644
--- a/device/bluetooth/bluetooth_device_android.h
+++ b/device/bluetooth/bluetooth_device_android.h
@@ -110,7 +110,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceAndroid final
void CreateGattRemoteService(
JNIEnv* env,
const base::android::JavaParamRef<jobject>& caller,
- const base::android::JavaParamRef<jstring>& instanceId,
+ const base::android::JavaParamRef<jstring>& instance_id,
const base::android::JavaParamRef<jobject>&
bluetooth_gatt_service_wrapper); // BluetoothGattServiceWrapper

Powered by Google App Engine
This is Rietveld 408576698