| Index: device/bluetooth/test/bluetooth_test.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
|
| index a547e8fbfd89abb9f2087821f601977503fd4b6e..0c4e89184948dee426afa382d6583574b3821caf 100644
|
| --- a/device/bluetooth/test/bluetooth_test.cc
|
| +++ b/device/bluetooth/test/bluetooth_test.cc
|
| @@ -115,7 +115,7 @@ void BluetoothTestBase::NotifyCallback(
|
| }
|
|
|
| void BluetoothTestBase::ReadValueCallback(Call expected,
|
| - const std::vector<uint8>& value) {
|
| + const std::vector<uint8_t>& value) {
|
| ++callback_count_;
|
| last_read_value_ = value;
|
|
|
|
|