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 /chrome/common/chrome_plugin_lib.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 'chrome/common/chrome_plugin_lib.h')
-rw-r--r-- | chrome/common/chrome_plugin_lib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_plugin_lib.h b/chrome/common/chrome_plugin_lib.h index 21bf925..b2dca62 100644 --- a/chrome/common/chrome_plugin_lib.h +++ b/chrome/common/chrome_plugin_lib.h @@ -10,7 +10,6 @@ #include "base/basictypes.h" #include "base/file_path.h" #include "base/ref_counted.h" -#include "base/scoped_ptr.h" #include "chrome/common/chrome_plugin_api.h" class MessageLoop; |