diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 20:05:38 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 20:05:38 +0000 |
commit | f2ba2a55f72c313e600060efc1bf0b3e56fc2ed2 (patch) | |
tree | 068726b3e849a91406755b369faeb5e5ad6830f1 /sandbox/win | |
parent | 743a74d5bdb716071b70355506e661ae730ba340 (diff) | |
download | chromium_src-f2ba2a55f72c313e600060efc1bf0b3e56fc2ed2.zip chromium_src-f2ba2a55f72c313e600060efc1bf0b3e56fc2ed2.tar.gz chromium_src-f2ba2a55f72c313e600060efc1bf0b3e56fc2ed2.tar.bz2 |
sandbox/wow_helper -> sandbox/win/wow_helper
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/win')
-rw-r--r-- | sandbox/win/wow_helper/service64_resolver.cc | 4 | ||||
-rw-r--r-- | sandbox/win/wow_helper/target_code.cc | 2 | ||||
-rw-r--r-- | sandbox/win/wow_helper/wow_helper.cc | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sandbox/win/wow_helper/service64_resolver.cc b/sandbox/win/wow_helper/service64_resolver.cc index d54e0b0..fe8a210 100644 --- a/sandbox/win/wow_helper/service64_resolver.cc +++ b/sandbox/win/wow_helper/service64_resolver.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "sandbox/wow_helper/service64_resolver.h" +#include "sandbox/win/wow_helper/service64_resolver.h" #include "base/memory/scoped_ptr.h" -#include "sandbox/wow_helper/target_code.h" +#include "sandbox/win/wow_helper/target_code.h" namespace { #pragma pack(push, 1) diff --git a/sandbox/win/wow_helper/target_code.cc b/sandbox/win/wow_helper/target_code.cc index 1f93988..8da27cc5 100644 --- a/sandbox/win/wow_helper/target_code.cc +++ b/sandbox/win/wow_helper/target_code.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "sandbox/wow_helper/target_code.h" +#include "sandbox/win/wow_helper/target_code.h" namespace sandbox { diff --git a/sandbox/win/wow_helper/wow_helper.cc b/sandbox/win/wow_helper/wow_helper.cc index 6c272e4..9d5a5ea 100644 --- a/sandbox/win/wow_helper/wow_helper.cc +++ b/sandbox/win/wow_helper/wow_helper.cc @@ -12,8 +12,8 @@ #include <string> -#include "sandbox/wow_helper/service64_resolver.h" -#include "sandbox/wow_helper/target_code.h" +#include "sandbox/win/wow_helper/service64_resolver.h" +#include "sandbox/win/wow_helper/target_code.h" namespace { |