diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 05:12:35 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 05:12:35 +0000 |
commit | de6b8b6dddc04caaa197cc32e6399553c8e81633 (patch) | |
tree | 0b19e26733d3b194185fcb65a6fde5a46441cc2a /sandbox | |
parent | 49abd659faa7286eddef29dea766d7a637473672 (diff) | |
download | chromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.zip chromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.tar.gz chromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.tar.bz2 |
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
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/src/dep.cc | 3 | ||||
-rw-r--r-- | sandbox/src/process_thread_dispatcher.cc | 1 | ||||
-rw-r--r-- | sandbox/src/registry_policy.cc | 1 |
3 files changed, 2 insertions, 3 deletions
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 <windows.h> + #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" |