From 18149178646e45f3d7dde865efbeabbab431799a Mon Sep 17 00:00:00 2001 From: "jln@chromium.org" Date: Wed, 18 Jul 2012 00:59:15 +0000 Subject: 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 --- ui/views/examples/examples_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/views/examples/examples_main.cc b/ui/views/examples/examples_main.cc index fc4e1b9..bb2b059 100644 --- a/ui/views/examples/examples_main.cc +++ b/ui/views/examples/examples_main.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "content/public/app/content_main.h" -#include "sandbox/src/sandbox_types.h" +#include "sandbox/win/src/sandbox_types.h" #include "ui/views/examples/content_client/examples_main_delegate.h" #if defined(OS_WIN) -- cgit v1.1