Chromium Code Reviews| Index: chrome_elf/chrome_elf_main.h |
| diff --git a/chrome_elf/chrome_elf_main.h b/chrome_elf/chrome_elf_main.h |
| index 7d02ddd9912f00350753a5c0abd3f72b42ebec9f..ca43a08d123499d9cbde316c3e8c27f7cdfa434c 100644 |
| --- a/chrome_elf/chrome_elf_main.h |
| +++ b/chrome_elf/chrome_elf_main.h |
| @@ -5,6 +5,15 @@ |
| #ifndef CHROME_ELF_CHROME_ELF_MAIN_H_ |
| #define CHROME_ELF_CHROME_ELF_MAIN_H_ |
| +#include <map> |
| +#include <string> |
| + |
| +#include "chrome_elf/chrome_elf_types.h" |
| + |
| extern "C" void InitChromeElf(); |
| +void Init(); |
| + |
| +CHROME_ELF_API FunctionLookupTable g_ntdll_lookup; |
|
robertshield
2013/11/28 13:57:46
why does this need to be exported? It can still be
Cait (Slow)
2013/12/03 03:06:14
Done.
|
| + |
| #endif // CHROME_ELF_CHROME_ELF_MAIN_H_ |