| Index: sandbox/win/src/handle_closer.h
|
| diff --git a/sandbox/src/handle_closer.h b/sandbox/win/src/handle_closer.h
|
| similarity index 94%
|
| rename from sandbox/src/handle_closer.h
|
| rename to sandbox/win/src/handle_closer.h
|
| index f680169a1632a79e03b9c0e3bc30d1fb09da2b7f..b43e50fc882b6aa1d4ed3f01a2e1a14e414b309d 100644
|
| --- a/sandbox/src/handle_closer.h
|
| +++ b/sandbox/win/src/handle_closer.h
|
| @@ -10,9 +10,9 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/string16.h"
|
| -#include "sandbox/src/interception.h"
|
| -#include "sandbox/src/sandbox_types.h"
|
| -#include "sandbox/src/target_process.h"
|
| +#include "sandbox/win/src/interception.h"
|
| +#include "sandbox/win/src/sandbox_types.h"
|
| +#include "sandbox/win/src/target_process.h"
|
|
|
| namespace sandbox {
|
|
|
|
|