| Index: device/bluetooth/bluetooth_advertisement.h
|
| diff --git a/device/bluetooth/bluetooth_advertisement.h b/device/bluetooth/bluetooth_advertisement.h
|
| index eb4cebbd7d04c9f444bac3ddb1f98a0136c67500..5dcc1f07d179a35f0c9a60667c5a8cd333a45e25 100644
|
| --- a/device/bluetooth/bluetooth_advertisement.h
|
| +++ b/device/bluetooth/bluetooth_advertisement.h
|
| @@ -5,11 +5,14 @@
|
| #ifndef DEVICE_BLUETOOTH_BLUETOOTH_ADVERTISEMENT_H_
|
| #define DEVICE_BLUETOOTH_BLUETOOTH_ADVERTISEMENT_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/observer_list.h"
|
|
|