| Index: sandbox/win/src/win_utils.cc
|
| diff --git a/sandbox/src/win_utils.cc b/sandbox/win/src/win_utils.cc
|
| similarity index 98%
|
| rename from sandbox/src/win_utils.cc
|
| rename to sandbox/win/src/win_utils.cc
|
| index 8a43d97a9d539c3c2522e7ae04e8c4a3a2995332..8e63ac7ea089357b739a5016f672cc13e93ba649 100644
|
| --- a/sandbox/src/win_utils.cc
|
| +++ b/sandbox/win/src/win_utils.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/src/win_utils.h"
|
| +#include "sandbox/win/src/win_utils.h"
|
|
|
| #include <map>
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "sandbox/src/internal_types.h"
|
| -#include "sandbox/src/nt_internals.h"
|
| +#include "sandbox/win/src/internal_types.h"
|
| +#include "sandbox/win/src/nt_internals.h"
|
|
|
| namespace {
|
|
|
|
|