| Index: components/sync/engine/model_safe_worker.cc
|
| diff --git a/components/sync/engine/model_safe_worker.cc b/components/sync/engine/model_safe_worker.cc
|
| index fd0cb3ef7ab13c38d67517b85722fb447abe1224..c9d2d38f3620ddd0e18ee4987cf87c37496bbe9d 100644
|
| --- a/components/sync/engine/model_safe_worker.cc
|
| +++ b/components/sync/engine/model_safe_worker.cc
|
| @@ -124,7 +124,7 @@ void ModelSafeWorker::WillDestroyCurrentMessageLoop() {
|
|
|
| {
|
| base::AutoLock l(working_task_runner_lock_);
|
| - working_task_runner_ = NULL;
|
| + working_task_runner_ = nullptr;
|
| }
|
|
|
| if (observer_)
|
|
|