| Index: ppapi/proxy/flash_file_resource.h
|
| diff --git a/ppapi/proxy/flash_file_resource.h b/ppapi/proxy/flash_file_resource.h
|
| index ea35152c8f66a8057537894da4b6de5a1dd4f755..b45fbd5aee397ffd35b7cde56e28c553f26f6cbc 100644
|
| --- a/ppapi/proxy/flash_file_resource.h
|
| +++ b/ppapi/proxy/flash_file_resource.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef PPAPI_PROXY_FLASH_FILE_RESOURCE_H_
|
| #define PPAPI_PROXY_FLASH_FILE_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "ppapi/proxy/connection.h"
|
| #include "ppapi/proxy/plugin_resource.h"
|
| #include "ppapi/shared_impl/file_path.h"
|
|
|