| Index: components/nacl/renderer/plugin/ppapi_entrypoints.cc
|
| diff --git a/components/nacl/renderer/plugin/ppapi_entrypoints.cc b/components/nacl/renderer/plugin/ppapi_entrypoints.cc
|
| index cd35c9223e22054975134ef843cfb6d970d25aaf..df74ca6f2941383e4c8a3b276149f5c4b7dc1e9f 100644
|
| --- a/components/nacl/renderer/plugin/ppapi_entrypoints.cc
|
| +++ b/components/nacl/renderer/plugin/ppapi_entrypoints.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/nacl/renderer/plugin/ppapi_entrypoints.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "components/nacl/renderer/plugin/module_ppapi.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/pp_module.h"
|
|
|