| Index: base/observer_list_unittest.cc
|
| diff --git a/base/observer_list_unittest.cc b/base/observer_list_unittest.cc
|
| index 636aa83fb9dcc22f9b1b1360d7609e6dfcd7c513..b70b9d14af46c22529743a31f83b7d55b76d45fd 100644
|
| --- a/base/observer_list_unittest.cc
|
| +++ b/base/observer_list_unittest.cc
|
| @@ -94,7 +94,7 @@ class AddRemoveThread : public PlatformThread::Delegate,
|
| public:
|
| AddRemoveThread(ObserverListThreadSafe<Foo>* list, bool notify)
|
| : list_(list),
|
| - loop_(NULL),
|
| + loop_(nullptr),
|
| in_list_(false),
|
| start_(Time::Now()),
|
| count_observes_(0),
|
|
|