| Index: content/browser/gamepad/raw_input_data_fetcher_win.h
|
| diff --git a/content/browser/gamepad/raw_input_data_fetcher_win.h b/content/browser/gamepad/raw_input_data_fetcher_win.h
|
| index 3de85df7326f9284c7f40659f6dd3bdd75083955..69b780d5793ac67e13e95985bd378fbd19c9ac8e 100644
|
| --- a/content/browser/gamepad/raw_input_data_fetcher_win.h
|
| +++ b/content/browser/gamepad/raw_input_data_fetcher_win.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "build/build_config.h"
|
|
|
| +#include <stdint.h>
|
| #include <stdlib.h>
|
| #include <Unknwn.h>
|
| #include <WinDef.h>
|
| @@ -16,6 +17,7 @@
|
| #include <map>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| @@ -39,7 +41,7 @@ struct RawGamepadInfo {
|
| ~RawGamepadInfo();
|
|
|
| HANDLE handle;
|
| - scoped_ptr<uint8[]> ppd_buffer;
|
| + scoped_ptr<uint8_t[]> ppd_buffer;
|
| PHIDP_PREPARSED_DATA preparsed_data;
|
|
|
| uint32_t report_id;
|
|
|