| Index: device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
|
| index fc47da50bd902ae6ad075eeb53743b2ab4755dd5..981f7a67ec498da4d1f9b8d370fbced5de9479cf 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
|
| @@ -40,11 +40,13 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattDescriptorServiceProvider
|
| // methods do nothing, if the associated service was not registered with the
|
| // GATT manager.
|
| void GetValue(
|
| + const dbus::ObjectPath& device_path,
|
| const device::BluetoothLocalGattService::Delegate::ValueCallback&
|
| callback,
|
| const device::BluetoothLocalGattService::Delegate::ErrorCallback&
|
| error_callback);
|
| void SetValue(
|
| + const dbus::ObjectPath& device_path,
|
| const std::vector<uint8_t>& value,
|
| const base::Closure& callback,
|
| const device::BluetoothLocalGattService::Delegate::ErrorCallback&
|
|
|