| Index: device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h b/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
|
| index 69cda1c7d04e73170a89dce906adae9ecedaa913..ebe7b727c0291966fd04afafa524826d002c5e04 100644
|
| --- a/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
|
| @@ -60,7 +60,7 @@ class BluetoothLocalGattServiceBlueZ
|
| std::unique_ptr<BluetoothLocalGattCharacteristicBlueZ>>&
|
| GetCharacteristics() const;
|
|
|
| - Delegate* GetDelegate() { return delegate_; }
|
| + Delegate* GetDelegate() const { return delegate_; }
|
|
|
| static dbus::ObjectPath AddGuidToObjectPath(const std::string& path);
|
|
|
|
|