| Index: chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc b/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc
|
| index 5bf7d685a33e2f1455aba3e5e978788cde768e97..f9a4ad98cd28a7628ef6a482d5be51fc391c6476 100644
|
| --- a/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc
|
| @@ -59,7 +59,7 @@ class SyncableFileSystemTest : public testing::Test {
|
| virtual void TearDown() {
|
| if (sync_context_.get())
|
| sync_context_->ShutdownOnUIThread();
|
| - sync_context_ = NULL;
|
| + sync_context_ = nullptr;
|
|
|
| file_system_.TearDown();
|
|
|
|
|