| 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_.
|
|
|