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

Unified Diff: components/sync/driver/glue/sync_backend_host_core.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_host_core.h
diff --git a/components/sync/driver/glue/sync_backend_host_core.h b/components/sync/driver/glue/sync_backend_host_core.h
index 714059f02a9ddbe9def879b6da023b6045ab7181..1af32252372671c3e720260eda82bc16115a0144 100644
--- a/components/sync/driver/glue/sync_backend_host_core.h
+++ b/components/sync/driver/glue/sync_backend_host_core.h
@@ -268,10 +268,10 @@ class SyncBackendHostCore
WeakHandle<SyncBackendHostImpl> host_;
// The loop where all the sync backend operations happen.
- // Non-NULL only between calls to DoInitialize() and ~Core().
+ // Non-null only between calls to DoInitialize() and ~Core().
base::MessageLoop* sync_loop_;
- // Our parent's registrar (not owned). Non-NULL only between
+ // Our parent's registrar (not owned). Non-null only between
// calls to DoInitialize() and DoShutdown().
SyncBackendRegistrar* registrar_;

Powered by Google App Engine
This is Rietveld 408576698