| Index: chrome_elf/blacklist/blacklist.cc
|
| diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
|
| index 05d917fb6db8a32295d0c2f7a9ad96e65a195990..2b441a6a16efd0885de17d5bd0e42221b6c996b5 100644
|
| --- a/chrome_elf/blacklist/blacklist.cc
|
| +++ b/chrome_elf/blacklist/blacklist.cc
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/install_static/install_util.h"
|
| #include "chrome_elf/blacklist/blacklist_interceptions.h"
|
| #include "chrome_elf/chrome_elf_constants.h"
|
| -#include "chrome_elf/hook_util/hook_util.h"
|
| +#include "chrome_elf/hook_util/thunk_getter.h"
|
| #include "chrome_elf/nt_registry/nt_registry.h"
|
| #include "sandbox/win/src/interception_internal.h"
|
| #include "sandbox/win/src/internal_types.h"
|
| @@ -291,7 +291,7 @@
|
| const bool kRelaxed = false;
|
|
|
| // Create a thunk via the appropriate ServiceResolver instance.
|
| - sandbox::ServiceResolverThunk* thunk = elf_hook::HookSystemService(kRelaxed);
|
| + sandbox::ServiceResolverThunk* thunk = GetThunk(kRelaxed);
|
|
|
| // Don't try blacklisting on unsupported OS versions.
|
| if (!thunk)
|
|
|