| Index: sandbox/win/src/service_resolver_32.cc
|
| diff --git a/sandbox/src/service_resolver_32.cc b/sandbox/win/src/service_resolver_32.cc
|
| similarity index 99%
|
| rename from sandbox/src/service_resolver_32.cc
|
| rename to sandbox/win/src/service_resolver_32.cc
|
| index 2f5597bac1f44fa573b669e968645af27455ff06..d4d2048bd0ac8b157db8b7139632dc7fa29c3625 100644
|
| --- a/sandbox/src/service_resolver_32.cc
|
| +++ b/sandbox/win/src/service_resolver_32.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/src/service_resolver.h"
|
| +#include "sandbox/win/src/service_resolver.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "sandbox/src/sandbox_utils.h"
|
| -#include "sandbox/src/win_utils.h"
|
| +#include "sandbox/win/src/sandbox_utils.h"
|
| +#include "sandbox/win/src/win_utils.h"
|
|
|
| namespace {
|
| #pragma pack(push, 1)
|
|
|