diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 23:20:46 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 23:20:46 +0000 |
commit | bd1d148d3f4888f715c2c9995d78b9294c35084b (patch) | |
tree | 1b52a161163b020244e2b1e398847d2275070635 /sandbox | |
parent | 9d806f57abc6b55a5decad8b230b1f8c31c692ba (diff) | |
download | chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.zip chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.tar.gz chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.tar.bz2 |
Remove logging.h from cc files that don't use it.
Review URL: http://codereview.chromium.org/42155
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/src/filesystem_dispatcher.cc | 1 | ||||
-rw-r--r-- | sandbox/src/named_pipe_dispatcher.cc | 1 | ||||
-rw-r--r-- | sandbox/src/named_pipe_policy.cc | 1 | ||||
-rw-r--r-- | sandbox/src/process_thread_policy.cc | 1 | ||||
-rw-r--r-- | sandbox/src/registry_dispatcher.cc | 1 | ||||
-rw-r--r-- | sandbox/src/sync_dispatcher.cc | 1 | ||||
-rw-r--r-- | sandbox/src/target_process.cc | 1 | ||||
-rw-r--r-- | sandbox/src/win2k_threadpool.cc | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/sandbox/src/filesystem_dispatcher.cc b/sandbox/src/filesystem_dispatcher.cc index 34fa5df..d97e301 100644 --- a/sandbox/src/filesystem_dispatcher.cc +++ b/sandbox/src/filesystem_dispatcher.cc @@ -4,7 +4,6 @@ #include "sandbox/src/filesystem_dispatcher.h" -#include "base/logging.h" #include "sandbox/src/crosscall_client.h" #include "sandbox/src/filesystem_interception.h" #include "sandbox/src/filesystem_policy.h" diff --git a/sandbox/src/named_pipe_dispatcher.cc b/sandbox/src/named_pipe_dispatcher.cc index b40e808..73e5424 100644 --- a/sandbox/src/named_pipe_dispatcher.cc +++ b/sandbox/src/named_pipe_dispatcher.cc @@ -5,7 +5,6 @@ #include "sandbox/src/named_pipe_dispatcher.h" #include "base/basictypes.h" -#include "base/logging.h" #include "sandbox/src/crosscall_client.h" #include "sandbox/src/interception.h" diff --git a/sandbox/src/named_pipe_policy.cc b/sandbox/src/named_pipe_policy.cc index 55a15f9..c08c00a 100644 --- a/sandbox/src/named_pipe_policy.cc +++ b/sandbox/src/named_pipe_policy.cc @@ -6,7 +6,6 @@ #include <string> -#include "base/logging.h" #include "base/scoped_ptr.h" #include "sandbox/src/ipc_tags.h" #include "sandbox/src/policy_engine_opcodes.h" diff --git a/sandbox/src/process_thread_policy.cc b/sandbox/src/process_thread_policy.cc index 08f64fd..3abd043 100644 --- a/sandbox/src/process_thread_policy.cc +++ b/sandbox/src/process_thread_policy.cc @@ -6,7 +6,6 @@ #include <string> -#include "base/logging.h" #include "base/scoped_ptr.h" #include "sandbox/src/ipc_tags.h" #include "sandbox/src/nt_internals.h" diff --git a/sandbox/src/registry_dispatcher.cc b/sandbox/src/registry_dispatcher.cc index 5b1786c..c354256 100644 --- a/sandbox/src/registry_dispatcher.cc +++ b/sandbox/src/registry_dispatcher.cc @@ -4,7 +4,6 @@ #include "sandbox/src/registry_dispatcher.h" -#include "base/logging.h" #include "base/scoped_handle_win.h" #include "base/win_util.h" #include "sandbox/src/crosscall_client.h" diff --git a/sandbox/src/sync_dispatcher.cc b/sandbox/src/sync_dispatcher.cc index 32c83bd..cc9e7b5 100644 --- a/sandbox/src/sync_dispatcher.cc +++ b/sandbox/src/sync_dispatcher.cc @@ -4,7 +4,6 @@ #include "sandbox/src/sync_dispatcher.h" -#include "base/logging.h" #include "sandbox/src/crosscall_client.h" #include "sandbox/src/interception.h" #include "sandbox/src/ipc_tags.h" diff --git a/sandbox/src/target_process.cc b/sandbox/src/target_process.cc index ba15e56..2d039d9 100644 --- a/sandbox/src/target_process.cc +++ b/sandbox/src/target_process.cc @@ -5,7 +5,6 @@ #include "sandbox/src/target_process.h" #include "base/basictypes.h" -#include "base/logging.h" #include "base/scoped_ptr.h" #include "sandbox/src/crosscall_server.h" #include "sandbox/src/crosscall_client.h" diff --git a/sandbox/src/win2k_threadpool.cc b/sandbox/src/win2k_threadpool.cc index 88801a0..2e2ffe6 100644 --- a/sandbox/src/win2k_threadpool.cc +++ b/sandbox/src/win2k_threadpool.cc @@ -4,7 +4,6 @@ #include "sandbox/src/win2k_threadpool.h" -#include "base/logging.h" #include "sandbox/src/win_utils.h" namespace sandbox { |