From de6b8b6dddc04caaa197cc32e6399553c8e81633 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Thu, 5 Aug 2010 05:12:35 +0000 Subject: FBTF: Remove unneeded headers from base/ (part 1) BUG=none TEST=none Review URL: http://codereview.chromium.org/3071012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55034 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/src/dep.cc | 3 ++- sandbox/src/process_thread_dispatcher.cc | 1 - sandbox/src/registry_policy.cc | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'sandbox') diff --git a/sandbox/src/dep.cc b/sandbox/src/dep.cc index bf07722..4995601 100644 --- a/sandbox/src/dep.cc +++ b/sandbox/src/dep.cc @@ -4,8 +4,9 @@ #include "sandbox/src/dep.h" +#include + #include "base/logging.h" -#include "base/win_util.h" namespace sandbox { diff --git a/sandbox/src/process_thread_dispatcher.cc b/sandbox/src/process_thread_dispatcher.cc index f3badb4..cc137a5 100644 --- a/sandbox/src/process_thread_dispatcher.cc +++ b/sandbox/src/process_thread_dispatcher.cc @@ -6,7 +6,6 @@ #include "base/basictypes.h" #include "base/logging.h" -#include "base/win_util.h" #include "sandbox/src/crosscall_client.h" #include "sandbox/src/interception.h" #include "sandbox/src/interceptors.h" diff --git a/sandbox/src/registry_policy.cc b/sandbox/src/registry_policy.cc index 2943033..497636f 100644 --- a/sandbox/src/registry_policy.cc +++ b/sandbox/src/registry_policy.cc @@ -7,7 +7,6 @@ #include "sandbox/src/registry_policy.h" #include "base/logging.h" -#include "base/scoped_handle_win.h" #include "sandbox/src/ipc_tags.h" #include "sandbox/src/policy_engine_opcodes.h" #include "sandbox/src/policy_params.h" -- cgit v1.1