| Index: extensions/browser/api/hid/hid_api.h
|
| diff --git a/extensions/browser/api/hid/hid_api.h b/extensions/browser/api/hid/hid_api.h
|
| index e93d4d84279ba0239ddbf6ee995b5f2adee12bb6..99824696f9b1c6bf901a9758776a6c50bd807da6 100644
|
| --- a/extensions/browser/api/hid/hid_api.h
|
| +++ b/extensions/browser/api/hid/hid_api.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef EXTENSIONS_BROWSER_API_HID_HID_API_H_
|
| #define EXTENSIONS_BROWSER_API_HID_HID_API_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "extensions/browser/api/api_resource_manager.h"
|
|
|