diff options
author | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 18:59:24 +0000 |
---|---|---|
committer | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 18:59:24 +0000 |
commit | 5662bd4de7c9f2f61c86f0f7384d36d8012c365a (patch) | |
tree | 1b46ad1cefa1b27114734cbb326de6c6631fdf2a /base/singleton.h | |
parent | 645f82d5e7c5d580e3f795af70d0bdbe7872b880 (diff) | |
download | chromium_src-5662bd4de7c9f2f61c86f0f7384d36d8012c365a.zip chromium_src-5662bd4de7c9f2f61c86f0f7384d36d8012c365a.tar.gz chromium_src-5662bd4de7c9f2f61c86f0f7384d36d8012c365a.tar.bz2 |
Removed few unused lines.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/4572002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/singleton.h')
-rw-r--r-- | base/singleton.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/singleton.h b/base/singleton.h index ccb2c7d..3fe16ce 100644 --- a/base/singleton.h +++ b/base/singleton.h @@ -8,7 +8,6 @@ #include "base/at_exit.h" #include "base/atomicops.h" -#include "base/platform_thread.h" #include "base/third_party/dynamic_annotations/dynamic_annotations.h" // Default traits for Singleton<Type>. Calls operator new and operator delete on |