diff options
Diffstat (limited to 'sandbox/win/src/service_resolver_32.cc')
-rw-r--r-- | sandbox/win/src/service_resolver_32.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/win/src/service_resolver_32.cc b/sandbox/win/src/service_resolver_32.cc index 2f5597b..d4d2048 100644 --- a/sandbox/win/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) |