Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3129)

Unified Diff: device/bluetooth/bluetooth_gatt_characteristic.cc

Issue 1542163002: Switch to standard integer types in device/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth_gatt_characteristic.cc
diff --git a/device/bluetooth/bluetooth_gatt_characteristic.cc b/device/bluetooth/bluetooth_gatt_characteristic.cc
index 47182a5d9f96d71d3bda83f701fe2ab29c346dd0..f7bb6d848d28fd26ba248c2009626d3d563e568d 100644
--- a/device/bluetooth/bluetooth_gatt_characteristic.cc
+++ b/device/bluetooth/bluetooth_gatt_characteristic.cc
@@ -17,7 +17,7 @@ BluetoothGattCharacteristic::~BluetoothGattCharacteristic() {
// static
BluetoothGattCharacteristic* BluetoothGattCharacteristic::Create(
const BluetoothUUID& uuid,
- const std::vector<uint8>& value,
+ const std::vector<uint8_t>& value,
Properties properties,
Permissions permissions) {
LOG(ERROR) << "Creating local GATT characteristics currently not supported.";
« no previous file with comments | « device/bluetooth/bluetooth_gatt_characteristic.h ('k') | device/bluetooth/bluetooth_gatt_characteristic_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698