| Index: components/sync/driver/shared_change_processor_unittest.cc
|
| diff --git a/components/sync/driver/shared_change_processor_unittest.cc b/components/sync/driver/shared_change_processor_unittest.cc
|
| index 76e8f0aed2e3cf4e54905c84827cf63c33f17089..08db038ed9f94b432174f09706c1695778cfec92 100644
|
| --- a/components/sync/driver/shared_change_processor_unittest.cc
|
| +++ b/components/sync/driver/shared_change_processor_unittest.cc
|
| @@ -118,7 +118,7 @@ class SyncSharedChangeProcessorTest : public testing::Test,
|
| //
|
| // TODO(akalin): Write deterministic tests for the destruction of
|
| // |shared_change_processor_| on the UI and DB threads.
|
| - shared_change_processor_ = NULL;
|
| + shared_change_processor_ = nullptr;
|
| backend_thread_.Stop();
|
|
|
| // Note: Stop() joins the threads, and that barrier prevents this read
|
|
|