| Index: components/nacl/renderer/plugin/temporary_file.h
|
| diff --git a/components/nacl/renderer/plugin/temporary_file.h b/components/nacl/renderer/plugin/temporary_file.h
|
| index d87f42cf69292b039d4e6f9a0c48d3c480b38e48..4941e984149356f6057e5d153368860af0989682 100644
|
| --- a/components/nacl/renderer/plugin/temporary_file.h
|
| +++ b/components/nacl/renderer/plugin/temporary_file.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef COMPONENTS_NACL_RENDERER_PLUGIN_TEMPORARY_FILE_H_
|
| #define COMPONENTS_NACL_RENDERER_PLUGIN_TEMPORARY_FILE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/files/file.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "native_client/src/include/nacl_macros.h"
|
| #include "native_client/src/trusted/desc/nacl_desc_wrapper.h"
|
|
|