diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 00:59:15 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 00:59:15 +0000 |
commit | 18149178646e45f3d7dde865efbeabbab431799a (patch) | |
tree | cc19ce0fc5cc1927695c789212fab93a195b9d9f /chrome/app | |
parent | 4633cdb53427b31197d3c6f991f07bee2a04e0df (diff) | |
download | chromium_src-18149178646e45f3d7dde865efbeabbab431799a.zip chromium_src-18149178646e45f3d7dde865efbeabbab431799a.tar.gz chromium_src-18149178646e45f3d7dde865efbeabbab431799a.tar.bz2 |
Move the Windows sandbox to sandbox/win
This is a rather large refactor to move the Windows sandbox to the right place.
BUG=
TEST=
NOTRY=true
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10689170
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_exe_main_win.cc | 2 | ||||
-rw-r--r-- | chrome/app/chrome_main_delegate.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/chrome_exe_main_win.cc b/chrome/app/chrome_exe_main_win.cc index 5ddb6c3..237784d 100644 --- a/chrome/app/chrome_exe_main_win.cc +++ b/chrome/app/chrome_exe_main_win.cc @@ -12,7 +12,7 @@ #include "chrome/app/metro_driver_win.h" #include "content/public/app/startup_helper_win.h" #include "content/public/common/result_codes.h" -#include "sandbox/src/sandbox_factory.h" +#include "sandbox/win/src/sandbox_factory.h" int RunChrome(HINSTANCE instance) { bool exit_now = true; diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc index 4cb700e..a1eaf52 100644 --- a/chrome/app/chrome_main_delegate.cc +++ b/chrome/app/chrome_main_delegate.cc @@ -42,7 +42,7 @@ #include "base/win/registry.h" #include "chrome/browser/policy/policy_path_parser.h" #include "policy/policy_constants.h" -#include "sandbox/src/sandbox.h" +#include "sandbox/win/src/sandbox.h" #include "tools/memory_watcher/memory_watcher.h" #include "ui/base/resource/resource_bundle_win.h" #endif |