| Index: ppapi/proxy/file_system_resource.h
|
| diff --git a/ppapi/proxy/file_system_resource.h b/ppapi/proxy/file_system_resource.h
|
| index 5b35f86d7bdefd71ef49efc2936fb3a30e25d437..c03765cd39e95a3da30b079d2d866a02ff785c56 100644
|
| --- a/ppapi/proxy/file_system_resource.h
|
| +++ b/ppapi/proxy/file_system_resource.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef PPAPI_PROXY_FILE_SYSTEM_RESOURCE_H_
|
| #define PPAPI_PROXY_FILE_SYSTEM_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <queue>
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/c/pp_file_info.h"
|
| #include "ppapi/c/pp_resource.h"
|
|
|