| Index: trunk/src/chrome_elf/ntdll_cache.h
|
| ===================================================================
|
| --- trunk/src/chrome_elf/ntdll_cache.h (revision 255702)
|
| +++ trunk/src/chrome_elf/ntdll_cache.h (working copy)
|
| @@ -7,15 +7,9 @@
|
|
|
| #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_
|
|
|