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

Unified Diff: components/sync/driver/glue/sync_backend_registrar.h

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/driver/glue/sync_backend_registrar.h
diff --git a/components/sync/driver/glue/sync_backend_registrar.h b/components/sync/driver/glue/sync_backend_registrar.h
index 8ed73b0fbd50ceda169107914db0c13ac70edfd2..f1c095129c57390b4135d6faec961b7e49a7de2e 100644
--- a/components/sync/driver/glue/sync_backend_registrar.h
+++ b/components/sync/driver/glue/sync_backend_registrar.h
@@ -151,7 +151,7 @@ class SyncBackendRegistrar : public SyncManager::ChangeDelegate,
void RemoveWorker(ModelSafeGroup group);
- // Returns the change processor for the given model, or NULL if none
+ // Returns the change processor for the given model, or null if none
// exists. Must be called from |group|'s native thread.
ChangeProcessor* GetProcessor(ModelType type) const;
« no previous file with comments | « components/sync/driver/glue/sync_backend_host_mock.cc ('k') | components/sync/driver/glue/sync_backend_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698