diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 19:11:59 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 19:11:59 +0000 |
commit | 1fec84062d9cac9ed75612c339172c22c9c6837d (patch) | |
tree | 615de2f1722c6f06f33259a7dc8eade8a48ff9ee /base/logging.h | |
parent | 1ac099ccaa4bc2d28473f310e74c4414e5a10de7 (diff) | |
download | chromium_src-1fec84062d9cac9ed75612c339172c22c9c6837d.zip chromium_src-1fec84062d9cac9ed75612c339172c22c9c6837d.tar.gz chromium_src-1fec84062d9cac9ed75612c339172c22c9c6837d.tar.bz2 |
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400.
Review URL: http://codereview.chromium.org/46039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/logging.h')
-rw-r--r-- | base/logging.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/logging.h b/base/logging.h index ee3ab40..d671ef5 100644 --- a/base/logging.h +++ b/base/logging.h @@ -10,7 +10,6 @@ #include <sstream> #include "base/basictypes.h" -#include "base/scoped_ptr.h" // // Optional message capabilities |