| Index: device/bluetooth/bluetooth_gatt_characteristic_unittest.cc
|
| diff --git a/device/bluetooth/bluetooth_gatt_characteristic_unittest.cc b/device/bluetooth/bluetooth_gatt_characteristic_unittest.cc
|
| index bbca500023c99d0eb5264144b0d77d9b2327c2b4..8eeccb6faa75d6551225ad9997a06cff2bc8b053 100644
|
| --- a/device/bluetooth/bluetooth_gatt_characteristic_unittest.cc
|
| +++ b/device/bluetooth/bluetooth_gatt_characteristic_unittest.cc
|
| @@ -4,7 +4,11 @@
|
|
|
| #include "device/bluetooth/bluetooth_gatt_characteristic.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/run_loop.h"
|
| +#include "build/build_config.h"
|
| #include "device/bluetooth/bluetooth_gatt_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|