| Index: sandbox/win/sandbox_poc/pocdll/registry.cc
|
| diff --git a/sandbox/sandbox_poc/pocdll/registry.cc b/sandbox/win/sandbox_poc/pocdll/registry.cc
|
| similarity index 95%
|
| rename from sandbox/sandbox_poc/pocdll/registry.cc
|
| rename to sandbox/win/sandbox_poc/pocdll/registry.cc
|
| index f5b249d43d7958d0896bd34347e0c1d82d6b7b4c..7394ec4f18ab927f983ce43d6845621ee5a90f6f 100644
|
| --- a/sandbox/sandbox_poc/pocdll/registry.cc
|
| +++ b/sandbox/win/sandbox_poc/pocdll/registry.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#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 the registry.
|
|
|
|
|