| Index: sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc
|
| diff --git a/sandbox/sandbox_poc/pocdll/processes_and_threads.cc b/sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc
|
| similarity index 97%
|
| rename from sandbox/sandbox_poc/pocdll/processes_and_threads.cc
|
| rename to sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc
|
| index 1bef0058795949d880e35b2f70032c178bdd1fc2..0a7503cf572ce943995f065037edab2b852c4ccf 100644
|
| --- a/sandbox/sandbox_poc/pocdll/processes_and_threads.cc
|
| +++ b/sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include <windows.h>
|
| #include <Tlhelp32.h>
|
| -#include "sandbox/sandbox_poc/pocdll/exports.h"
|
| -#include "sandbox/sandbox_poc/pocdll/utils.h"
|
| +#include "sandbox/win/sandbox_poc/pocdll/exports.h"
|
| +#include "sandbox/win/sandbox_poc/pocdll/utils.h"
|
|
|
| // This file contains the tests used to verify the security of threads and
|
| // processes.
|
|
|