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 /base/file_version_info_linux.cc | |
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 'base/file_version_info_linux.cc')
-rw-r--r-- | base/file_version_info_linux.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/file_version_info_linux.cc b/base/file_version_info_linux.cc index af9029f..59d425a 100644 --- a/base/file_version_info_linux.cc +++ b/base/file_version_info_linux.cc @@ -6,8 +6,6 @@ #include <string> -#include "base/logging.h" - // TODO(port): This whole file is stubbed. We can't return NULL // because that is used as a catastrophic error code where the file // doesn't exist or can't be opened. |