| Index: public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
|
| diff --git a/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h b/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
|
| index 0bd0923ebbf2bfd0245acfc827c579870530f0c9..3f66a247a1e4fdf6599d68acd32e2342d4bfd3ee 100644
|
| --- a/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
|
| +++ b/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
|
| @@ -6,7 +6,7 @@
|
| #define WebBluetoothGATTCharacteristic_h
|
|
|
| #include "public/platform/WebString.h"
|
| -#include "public/web/WebArrayBuffer.h"
|
| +#include "public/platform/WebVector.h"
|
|
|
| namespace blink {
|
|
|
| @@ -28,7 +28,7 @@ struct WebBluetoothGATTCharacteristic {
|
| // TODO(ortuno): Add 'properties' once CharacteristicProperties is implemented.
|
| // https://crbug.com/483345
|
| // const WebCharacteristicProperties properties;
|
| - const WebArrayBuffer value;
|
| + const WebVector<uint8_t> value;
|
| };
|
|
|
| } // namespace blink
|
|
|