Chromium Code Reviews| Index: device/bluetooth/bluez/bluetooth_gatt_service_bluez.h |
| diff --git a/device/bluetooth/bluez/bluetooth_gatt_service_bluez.h b/device/bluetooth/bluez/bluetooth_gatt_service_bluez.h |
| index 45932d09d3130ca105edd8a6744ec8609acc8668..b013709131b7a76ab60646e9efe16f09ff3b0dcf 100644 |
| --- a/device/bluetooth/bluez/bluetooth_gatt_service_bluez.h |
| +++ b/device/bluetooth/bluez/bluetooth_gatt_service_bluez.h |
| @@ -5,13 +5,14 @@ |
| #ifndef DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_GATT_SERVICE_BLUEZ_H_ |
| #define DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_GATT_SERVICE_BLUEZ_H_ |
| -#include <map> |
| +#include <cstdint> |
|
scheib
2016/04/27 05:13:00
Include changes do not seem needed in this file.
rkc
2016/04/27 19:41:06
Removed this and vector.
Done.
|
| #include <string> |
| #include <vector> |
| +#include "base/callback_forward.h" |
| #include "base/macros.h" |
| #include "dbus/object_path.h" |
| -#include "device/bluetooth/bluetooth_gatt_service.h" |
| +#include "device/bluetooth/bluetooth_local_gatt_service.h" |
| namespace bluez { |