Index: chrome_elf/ntdll_cache.h |
diff --git a/chrome_elf/ntdll_cache.h b/chrome_elf/ntdll_cache.h |
index 4608cf19367aca95dc616350e355d56c5a05c545..5e4fb2bf7a33d54fa266ff03d77181c2b5f90369 100644 |
--- a/chrome_elf/ntdll_cache.h |
+++ b/chrome_elf/ntdll_cache.h |
@@ -7,9 +7,15 @@ |
#include "chrome_elf/chrome_elf_types.h" |
+namespace sandbox { |
+struct ThunkData; |
+} |
+ |
// Caches the addresses of all functions exported by ntdll in |g_ntdll_lookup|. |
void InitCache(); |
extern FunctionLookupTable g_ntdll_lookup; |
+extern sandbox::ThunkData g_nt_thunk_storage; |
+ |
#endif // CHROME_ELF_NTDLL_CACHE_H_ |