summaryrefslogtreecommitdiffstats
path: root/base/singleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/singleton.h')
-rw-r--r--base/singleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/singleton.h b/base/singleton.h
index 3730c80..d57841b 100644
--- a/base/singleton.h
+++ b/base/singleton.h
@@ -196,7 +196,7 @@ class Singleton {
template <typename Type, typename Traits, typename DifferentiatingType>
base::subtle::AtomicWord Singleton<Type, Traits, DifferentiatingType>::
- instance_ = NULL;
+ instance_ = 0;
#endif // BASE_SINGLETON_H__