| Index: components/sync/device_info/device_info_sync_service.cc
|
| diff --git a/components/sync/device_info/device_info_sync_service.cc b/components/sync/device_info/device_info_sync_service.cc
|
| index c9fe8c4c847843d5ef6e5d014324e70b4df0e2bd..80b2f81e5a5e93db4b24e41d97cafce9e6ece028 100644
|
| --- a/components/sync/device_info/device_info_sync_service.cc
|
| +++ b/components/sync/device_info/device_info_sync_service.cc
|
| @@ -46,7 +46,7 @@ SyncMergeResult DeviceInfoSyncService::MergeDataAndStartSyncing(
|
| // and local device info must be available.
|
| const DeviceInfo* local_device_info =
|
| local_device_info_provider_->GetLocalDeviceInfo();
|
| - DCHECK(local_device_info != NULL);
|
| + DCHECK(local_device_info != nullptr);
|
|
|
| // Indicates whether a local device has been added or updated.
|
| // |change_type| defaults to ADD and might be changed to
|
|
|