Index: device/bluetooth/test/mock_bluetooth_gatt_characteristic.cc |
diff --git a/device/bluetooth/test/mock_bluetooth_gatt_characteristic.cc b/device/bluetooth/test/mock_bluetooth_gatt_characteristic.cc |
index 9cacfbea138d2dc2652eaae1966b8793c7063b90..5d012cd6df6de27cf914b4a6fc5cdf631dcfd378 100644 |
--- a/device/bluetooth/test/mock_bluetooth_gatt_characteristic.cc |
+++ b/device/bluetooth/test/mock_bluetooth_gatt_characteristic.cc |
@@ -23,7 +23,7 @@ MockBluetoothGattCharacteristic::MockBluetoothGattCharacteristic( |
ON_CALL(*this, GetUUID()).WillByDefault(Return(uuid)); |
ON_CALL(*this, IsLocal()).WillByDefault(Return(is_local)); |
ON_CALL(*this, GetValue()) |
- .WillByDefault(ReturnRefOfCopy(std::vector<uint8>())); |
+ .WillByDefault(ReturnRefOfCopy(std::vector<uint8_t>())); |
ON_CALL(*this, GetService()).WillByDefault(Return(service)); |
ON_CALL(*this, GetProperties()).WillByDefault(Return(properties)); |
ON_CALL(*this, GetPermissions()).WillByDefault(Return(permissions)); |