| Index: chrome_elf/chrome_elf_security.cc
|
| diff --git a/chrome_elf/chrome_elf_security.cc b/chrome_elf/chrome_elf_security.cc
|
| index b1ddcd92ec847b5b8c52238228fa6fe5b9d092f7..28f066a3b07701dea07c63b8eeb5a771ef0c4327 100644
|
| --- a/chrome_elf/chrome_elf_security.cc
|
| +++ b/chrome_elf/chrome_elf_security.cc
|
| @@ -11,6 +11,8 @@
|
| #include "chrome_elf/chrome_elf_constants.h"
|
| #include "chrome_elf/nt_registry/nt_registry.h"
|
|
|
| +namespace elf_security {
|
| +
|
| void EarlyBrowserSecurity() {
|
| typedef decltype(SetProcessMitigationPolicy)* SetProcessMitigationPolicyFunc;
|
|
|
| @@ -47,3 +49,5 @@ void EarlyBrowserSecurity() {
|
| }
|
| return;
|
| }
|
| +
|
| +} // namespace elf_security
|
|
|