| 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_;
|
|
|
|
|