| Index: device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc
|
| index 03f06d03cb61a2c26268d78dac890d1c4e824331..4e60936116640cd75356427cbc00cc3244769bf9 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc
|
| @@ -54,7 +54,7 @@ FakeBluetoothGattCharacteristicServiceProvider::
|
| }
|
|
|
| void FakeBluetoothGattCharacteristicServiceProvider::SendValueChanged(
|
| - const std::vector<uint8>& value) {
|
| + const std::vector<uint8_t>& value) {
|
| VLOG(1) << "Sent characteristic value changed: " << object_path_.value()
|
| << " UUID: " << uuid_;
|
| }
|
| @@ -81,7 +81,7 @@ void FakeBluetoothGattCharacteristicServiceProvider::GetValue(
|
| }
|
|
|
| void FakeBluetoothGattCharacteristicServiceProvider::SetValue(
|
| - const std::vector<uint8>& value,
|
| + const std::vector<uint8_t>& value,
|
| const base::Closure& callback,
|
| const Delegate::ErrorCallback& error_callback) {
|
| VLOG(1) << "GATT characteristic value Set request: " << object_path_.value()
|
|
|