| Index: components/nacl/renderer/pnacl_translation_resource_host.h
|
| diff --git a/components/nacl/renderer/pnacl_translation_resource_host.h b/components/nacl/renderer/pnacl_translation_resource_host.h
|
| index 0ff4392fc4889d9ea359f45097befa816bc24ecc..9a998b078b94033ad19da6704bfe88e4617840d5 100644
|
| --- a/components/nacl/renderer/pnacl_translation_resource_host.h
|
| +++ b/components/nacl/renderer/pnacl_translation_resource_host.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef COMPONENTS_NACL_RENDERER_PNACL_TRANSLATION_RESOURCE_HOST_H_
|
| #define COMPONENTS_NACL_RENDERER_PNACL_TRANSLATION_RESOURCE_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
|
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "ipc/message_filter.h"
|
| #include "ppapi/c/pp_bool.h"
|
|
|