diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 22:41:54 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 22:41:54 +0000 |
commit | 56d01f63dc6ddb958dd8ce1d0c711ed87c3f0180 (patch) | |
tree | aa11ad8a1871b967fe136aa5900d6de8023544ad /sandbox/src/sandbox_policy_base.h | |
parent | 9f9f86ce20db46dfed79eff111eed7a2f3bff48d (diff) | |
download | chromium_src-56d01f63dc6ddb958dd8ce1d0c711ed87c3f0180.zip chromium_src-56d01f63dc6ddb958dd8ce1d0c711ed87c3f0180.tar.gz chromium_src-56d01f63dc6ddb958dd8ce1d0c711ed87c3f0180.tar.bz2 |
Remove unneeded uses of logging.h in header files.
Review URL: http://codereview.chromium.org/43148
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/src/sandbox_policy_base.h')
-rw-r--r-- | sandbox/src/sandbox_policy_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/src/sandbox_policy_base.h b/sandbox/src/sandbox_policy_base.h index f4078db..5b34272 100644 --- a/sandbox/src/sandbox_policy_base.h +++ b/sandbox/src/sandbox_policy_base.h @@ -9,7 +9,6 @@ #include <list> #include "base/basictypes.h" -#include "base/logging.h" #include "sandbox/src/ipc_tags.h" #include "sandbox/src/sandbox_policy.h" #include "sandbox/src/win_utils.h" |