Index: device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h |
diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h b/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h |
index 0e8e85656c16456f759f0237ab0c242f0d15573b..49727cb37c2f102ae77cd5ed76edf019beb08980 100644 |
--- a/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h |
@@ -5,6 +5,8 @@ |
#ifndef DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_GATT_DESCRIPTOR_CLIENT_H_ |
#define DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_GATT_DESCRIPTOR_CLIENT_H_ |
+#include <stdint.h> |
+ |
#include <map> |
#include <string> |
@@ -50,7 +52,7 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattDescriptorClient |
const ValueCallback& callback, |
const ErrorCallback& error_callback) override; |
void 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) override; |