Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: components/sync/engine_impl/model_type_registry.cc

Issue 2427803002: [Sync] Replacing NULL with nullptr in code and null in comments for components/sync/ (Closed)
Patch Set: Fixing start of sentence capitlization. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()) {
« no previous file with comments | « components/sync/engine_impl/js_mutation_event_observer.cc ('k') | components/sync/engine_impl/model_type_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698