summaryrefslogtreecommitdiffstats
path: root/base/singleton.h
diff options
context:
space:
mode:
authorneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-08 18:59:24 +0000
committerneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-08 18:59:24 +0000
commit5662bd4de7c9f2f61c86f0f7384d36d8012c365a (patch)
tree1b46ad1cefa1b27114734cbb326de6c6631fdf2a /base/singleton.h
parent645f82d5e7c5d580e3f795af70d0bdbe7872b880 (diff)
downloadchromium_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.h1
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