Index: device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h |
diff --git a/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h |
index 7aab8bd26bef3fee5ccf65af4e9559569659e77d..b9308760b4803019e41cad2a6feebb16acaf5da5 100644 |
--- a/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h |
+++ b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h |
@@ -39,9 +39,7 @@ |
~BluetoothGattCharacteristicServiceProviderImpl() override; |
// BluetoothGattCharacteristicServiceProvider override. |
- void SendValueChanged(const dbus::ObjectPath& device_path, |
- const std::vector<uint8_t>& value, |
- bool indicate) override; |
+ void SendValueChanged(const std::vector<uint8_t>& value) override; |
private: |
// Returns true if the current thread is on the origin thread. |