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

Unified Diff: device/bluetooth/bluez/bluetooth_local_gatt_descriptor_bluez.h

Issue 1973343005: Remove service, add device, in BluetoothLocalGattService::Delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/bluez/bluetooth_local_gatt_descriptor_bluez.h
diff --git a/device/bluetooth/bluez/bluetooth_local_gatt_descriptor_bluez.h b/device/bluetooth/bluez/bluetooth_local_gatt_descriptor_bluez.h
index cc85147a50e79dadfad0867b57e2b697dc96cd27..c5a68b61c21f203038886a17ac9c660ebdb9c52e 100644
--- a/device/bluetooth/bluez/bluetooth_local_gatt_descriptor_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_local_gatt_descriptor_bluez.h
@@ -33,8 +33,7 @@ class BluetoothLocalGattDescriptorBlueZ
device::BluetoothUUID GetUUID() const override;
device::BluetoothGattCharacteristic::Permissions GetPermissions()
const override;
-
- BluetoothLocalGattCharacteristicBlueZ* GetCharacteristic() const;
+ device::BluetoothLocalGattCharacteristic* GetCharacteristic() const override;
private:
// Needs access to weak_ptr_factory_.

Powered by Google App Engine
This is Rietveld 408576698