| Index: device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.h
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.h b/device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.h
|
| index 2f60360fcf1d732984f16295cf92e8be5c2e9e4c..5c02e2d1e6da9d8b399efeea3244bae4c8fcb4d2 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.h
|
| @@ -26,6 +26,7 @@ namespace bluez {
|
| class DEVICE_BLUETOOTH_EXPORT BluetoothGattDescriptorServiceProviderImpl
|
| : public BluetoothGattDescriptorServiceProvider {
|
| public:
|
| + // Use nullptr for |bus| to create for testing.
|
| BluetoothGattDescriptorServiceProviderImpl(
|
| dbus::Bus* bus,
|
| const dbus::ObjectPath& object_path,
|
|
|