From e26092ee0313c209ecfc13adf4015d55a4eb38db Mon Sep 17 00:00:00 2001 From: "nsylvain@chromium.org" Date: Tue, 23 Dec 2008 21:57:10 +0000 Subject: Move a function from controller.cc to sandbox_utils.cc in preparation for the refactoring. Review URL: http://codereview.chromium.org/16225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7445 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/src/registry_dispatcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox/src/registry_dispatcher.cc') diff --git a/sandbox/src/registry_dispatcher.cc b/sandbox/src/registry_dispatcher.cc index c941d25..babf455 100644 --- a/sandbox/src/registry_dispatcher.cc +++ b/sandbox/src/registry_dispatcher.cc @@ -5,7 +5,7 @@ #include "sandbox/src/registry_dispatcher.h" #include "base/logging.h" -#include "base/scoped_handle.h" +#include "base/scoped_handle_win.h" #include "sandbox/src/crosscall_client.h" #include "sandbox/src/interception.h" #include "sandbox/src/ipc_tags.h" -- cgit v1.1