| Index: ppapi/proxy/flash_font_file_resource.h
|
| diff --git a/ppapi/proxy/flash_font_file_resource.h b/ppapi/proxy/flash_font_file_resource.h
|
| index fada61d4ffe72e16124623ef7db5f4ec6fc1fb88..4694734b4c4985c315c8567eada620014a7e453c 100644
|
| --- a/ppapi/proxy/flash_font_file_resource.h
|
| +++ b/ppapi/proxy/flash_font_file_resource.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef PPAPI_PROXY_FLASH_FONT_FILE_RESOURCE_H_
|
| #define PPAPI_PROXY_FLASH_FONT_FILE_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/containers/scoped_ptr_hash_map.h"
|
| +#include "base/macros.h"
|
| #include "ppapi/c/private/pp_private_font_charset.h"
|
| #include "ppapi/proxy/plugin_resource.h"
|
| #include "ppapi/proxy/serialized_structs.h"
|
|
|