From 83a05ddf63cc5920ad04b0a6936fb8f5625daa07 Mon Sep 17 00:00:00 2001 From: "deanm@google.com" Date: Wed, 3 Sep 2008 16:47:37 +0000 Subject: Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will deprecate the old ThreadLocalStorage / TLSSlot APIs. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1678 0039d316-1c4b-4281-b951-d872f2087c98 --- base/thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'base/thread.h') diff --git a/base/thread.h b/base/thread.h index 619d2b7..8d08ade 100644 --- a/base/thread.h +++ b/base/thread.h @@ -9,7 +9,6 @@ #include "base/message_loop.h" #include "base/platform_thread.h" -#include "base/thread_local_storage.h" namespace base { -- cgit v1.1