| Index: sandbox/win/src/service_resolver_64.cc
|
| diff --git a/sandbox/src/service_resolver_64.cc b/sandbox/win/src/service_resolver_64.cc
|
| similarity index 98%
|
| rename from sandbox/src/service_resolver_64.cc
|
| rename to sandbox/win/src/service_resolver_64.cc
|
| index 01e3b1a4f84d4a92e275387c15d64d9b96f9170f..b69d4d85fc3a6bfa16bf073b49bd9de0b94a9be7 100644
|
| --- a/sandbox/src/service_resolver_64.cc
|
| +++ b/sandbox/win/src/service_resolver_64.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/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "sandbox/src/win_utils.h"
|
| +#include "sandbox/win/src/win_utils.h"
|
|
|
| namespace {
|
| #pragma pack(push, 1)
|
|
|