| Index: device/bluetooth/test/bluetooth_test_android.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h
|
| index 664863a3f0f03e0df81ba4f63ecf7629fcb3715f..584b46e30049bfdb81675f83d47e48bdfdbfb469 100644
|
| --- a/device/bluetooth/test/bluetooth_test_android.h
|
| +++ b/device/bluetooth/test/bluetooth_test_android.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef DEVICE_BLUETOOTH_TEST_BLUETOOTH_TEST_ANDROID_H_
|
| #define DEVICE_BLUETOOTH_TEST_BLUETOOTH_TEST_ANDROID_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/android/scoped_java_ref.h"
|
| #include "device/bluetooth/test/bluetooth_test.h"
|
|
|
| @@ -47,7 +49,7 @@ class BluetoothTestAndroid : public BluetoothTestBase {
|
| BluetoothGattCharacteristic* characteristic) override;
|
| void SimulateGattCharacteristicRead(
|
| BluetoothGattCharacteristic* characteristic,
|
| - const std::vector<uint8>& value) override;
|
| + const std::vector<uint8_t>& value) override;
|
| void SimulateGattCharacteristicReadError(
|
| BluetoothGattCharacteristic* characteristic,
|
| BluetoothGattService::GattErrorCode) override;
|
|
|