| Index: components/nacl/renderer/plugin/plugin.h
|
| diff --git a/components/nacl/renderer/plugin/plugin.h b/components/nacl/renderer/plugin/plugin.h
|
| index f0af7645a5acea6b5cc274d95cb502afc5069b06..72e52544babe5bc17e0f7830f30670b3a182558e 100644
|
| --- a/components/nacl/renderer/plugin/plugin.h
|
| +++ b/components/nacl/renderer/plugin/plugin.h
|
| @@ -9,10 +9,12 @@
|
| #ifndef COMPONENTS_NACL_RENDERER_PLUGIN_PLUGIN_H_
|
| #define COMPONENTS_NACL_RENDERER_PLUGIN_PLUGIN_H_
|
|
|
| +#include <stdint.h>
|
| #include <stdio.h>
|
|
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "components/nacl/renderer/plugin/nacl_subprocess.h"
|
| #include "components/nacl/renderer/plugin/pnacl_coordinator.h"
|
| #include "components/nacl/renderer/plugin/service_runtime.h"
|
|
|