| Index: sandbox/win/sandbox_poc/pocdll/invasive.cc
|
| diff --git a/sandbox/sandbox_poc/pocdll/invasive.cc b/sandbox/win/sandbox_poc/pocdll/invasive.cc
|
| similarity index 98%
|
| rename from sandbox/sandbox_poc/pocdll/invasive.cc
|
| rename to sandbox/win/sandbox_poc/pocdll/invasive.cc
|
| index 1bac7c15b4abab60a20fda28cbeee19c770e6400..df3661243a8983b5e7901f0558ef2d1f7028974d 100644
|
| --- a/sandbox/sandbox_poc/pocdll/invasive.cc
|
| +++ b/sandbox/win/sandbox_poc/pocdll/invasive.cc
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| #include <malloc.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 if it's possible to DOS or crash
|
| // the machine. All tests that can impact the stability of the machine should
|
|
|