Index: device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc |
diff --git a/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc |
index 51e382006047768bca789981f58dd89e643a2d75..19f7c042c72b92a61f85f504068445c8652ff583 100644 |
--- a/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc |
+++ b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc |
@@ -113,7 +113,9 @@ BluetoothGattCharacteristicServiceProviderImpl:: |
} |
void BluetoothGattCharacteristicServiceProviderImpl::SendValueChanged( |
- const std::vector<uint8_t>& value) { |
+ const dbus::ObjectPath& /* device_path */, |
+ const std::vector<uint8_t>& value, |
+ bool /* indicate */) { |
// Running a test, don't actually try to write to use DBus. |
if (!bus_) |
return; |