| Index: device/bluetooth/test/mock_bluetooth_gatt_notify_session.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_gatt_notify_session.h b/device/bluetooth/test/mock_bluetooth_gatt_notify_session.h
|
| index 285362527d4b9c9e9bce553a37bdf69db6e75b2c..9d70333aa2f3ebe136c98b28bbbbc96215481668 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_gatt_notify_session.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_gatt_notify_session.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef DEVICE_BLUETOOTH_TEST_MOCK_BLUETOOTH_GATT_NOTIFY_SESSION_H_
|
| #define DEVICE_BLUETOOTH_TEST_MOCK_BLUETOOTH_GATT_NOTIFY_SESSION_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/timer/timer.h"
|
| #include "device/bluetooth/bluetooth_gatt_notify_session.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|