Index: device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.cc |
diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.cc |
index dcaf1ecd2a1abbd07fd8b06c49ad49f75f9738bb..c0dfc3b752c565f7d0f92ef4163a55cc4dbb5d21 100644 |
--- a/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.cc |
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.cc |
@@ -120,7 +120,7 @@ void FakeBluetoothGattDescriptorClient::ReadValue( |
void FakeBluetoothGattDescriptorClient::WriteValue( |
const dbus::ObjectPath& object_path, |
- const std::vector<uint8>& value, |
+ const std::vector<uint8_t>& value, |
const base::Closure& callback, |
const ErrorCallback& error_callback) { |
if (properties_.find(object_path) == properties_.end()) { |