| Index: device/hid/hid_report_descriptor_item.h
|
| diff --git a/device/hid/hid_report_descriptor_item.h b/device/hid/hid_report_descriptor_item.h
|
| index d3392330709e6d3928b2a2cc3b4f54b2fa61acb0..172085859f7ca6eee5163dbf77759d1dea5767fa 100644
|
| --- a/device/hid/hid_report_descriptor_item.h
|
| +++ b/device/hid/hid_report_descriptor_item.h
|
| @@ -5,7 +5,8 @@
|
| #ifndef DEVICE_HID_HID_REPORT_DESCRIPTOR_ITEM_H_
|
| #define DEVICE_HID_HID_REPORT_DESCRIPTOR_ITEM_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| namespace device {
|
|
|
|
|