| Index: sandbox/win/src/handle_closer.cc
|
| diff --git a/sandbox/src/handle_closer.cc b/sandbox/win/src/handle_closer.cc
|
| similarity index 96%
|
| rename from sandbox/src/handle_closer.cc
|
| rename to sandbox/win/src/handle_closer.cc
|
| index d79f2c1f49f2b81466b8e9f348f00cf75922f4a8..fc72835cdc49cb6912ae792c7805a0b151e89d7b 100644
|
| --- a/sandbox/src/handle_closer.cc
|
| +++ b/sandbox/win/src/handle_closer.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/src/handle_closer.h"
|
| +#include "sandbox/win/src/handle_closer.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/win/windows_version.h"
|
| -#include "sandbox/src/interceptors.h"
|
| -#include "sandbox/src/internal_types.h"
|
| -#include "sandbox/src/nt_internals.h"
|
| -#include "sandbox/src/process_thread_interception.h"
|
| -#include "sandbox/src/win_utils.h"
|
| +#include "sandbox/win/src/interceptors.h"
|
| +#include "sandbox/win/src/internal_types.h"
|
| +#include "sandbox/win/src/nt_internals.h"
|
| +#include "sandbox/win/src/process_thread_interception.h"
|
| +#include "sandbox/win/src/win_utils.h"
|
|
|
| namespace {
|
|
|
|
|