summaryrefslogtreecommitdiffstats
path: root/base/thread_local_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/thread_local_storage.h')
-rw-r--r--base/thread_local_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/thread_local_storage.h b/base/thread_local_storage.h
index 646ded5..6e693a0 100644
--- a/base/thread_local_storage.h
+++ b/base/thread_local_storage.h
@@ -24,7 +24,7 @@ class ThreadLocalStorage {
// A key representing one value stored in TLS.
class Slot {
public:
- Slot(TLSDestructorFunc destructor = NULL);
+ explicit Slot(TLSDestructorFunc destructor = NULL);
// This constructor should be used for statics.
// It returns an uninitialized Slot.