diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 06:30:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 06:30:33 +0000 |
commit | c5212894e576e713ffb90d43bc2e5de55478446e (patch) | |
tree | d94e398b1d6072967dd555fc4a09873a46e08355 /chrome/common/child_process_logging_linux.cc | |
parent | 3bbddbde99414282ab8984f79e39daaaf243924a (diff) | |
download | chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.zip chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.tar.gz chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 8)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3232003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging_linux.cc')
-rw-r--r-- | chrome/common/child_process_logging_linux.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/child_process_logging_linux.cc b/chrome/common/child_process_logging_linux.cc index a6f21f5..e81fcc3 100644 --- a/chrome/common/child_process_logging_linux.cc +++ b/chrome/common/child_process_logging_linux.cc @@ -4,7 +4,6 @@ #include "chrome/common/child_process_logging.h" -#include "base/logging.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" #include "chrome/common/gpu_info.h" |