| Index: device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h
|
| index 052b47afcdf64ffa8fe01387d3c3f3a35783cfa7..3658924206ee4feb0aecc649f9c911a1e3efd4e5 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h
|
| @@ -25,6 +25,7 @@ namespace bluez {
|
| class DEVICE_BLUETOOTH_EXPORT BluetoothGattServiceServiceProviderImpl
|
| : public BluetoothGattServiceServiceProvider {
|
| public:
|
| + // Use nullptr for |bus| to create for testing.
|
| BluetoothGattServiceServiceProviderImpl(
|
| dbus::Bus* bus,
|
| const dbus::ObjectPath& object_path,
|
|
|