| Index: components/sync/engine_impl/model_type_registry.cc
|
| diff --git a/components/sync/engine_impl/model_type_registry.cc b/components/sync/engine_impl/model_type_registry.cc
|
| index 4517cb0eb5fa693a75d39b13a5304cd1a72a0243..9cabe008079c3893c332060342ff7204916ae41a 100644
|
| --- a/components/sync/engine_impl/model_type_registry.cc
|
| +++ b/components/sync/engine_impl/model_type_registry.cc
|
| @@ -100,7 +100,7 @@ void ModelTypeRegistry::SetEnabledDirectoryTypes(
|
| scoped_refptr<ModelSafeWorker> worker = worker_it->second;
|
|
|
| // DebugInfoEmitters are never deleted. Use existing one if we have it.
|
| - DirectoryTypeDebugInfoEmitter* emitter = NULL;
|
| + DirectoryTypeDebugInfoEmitter* emitter = nullptr;
|
| DirectoryTypeDebugInfoEmitterMap::iterator it =
|
| directory_type_debug_info_emitter_map_.find(type);
|
| if (it != directory_type_debug_info_emitter_map_.end()) {
|
|
|