| Index: components/sync/engine_impl/cycle/sync_cycle.h
|
| diff --git a/components/sync/engine_impl/cycle/sync_cycle.h b/components/sync/engine_impl/cycle/sync_cycle.h
|
| index 2e0860687aece9c3bb0234524902b6be9d1f829b..04c45bf6aeb88f21cf6a2a06fcb485a373eacada 100644
|
| --- a/components/sync/engine_impl/cycle/sync_cycle.h
|
| +++ b/components/sync/engine_impl/cycle/sync_cycle.h
|
| @@ -123,7 +123,7 @@ class SyncCycle {
|
| // The context for this cycle, guaranteed to outlive |this|.
|
| SyncCycleContext* const context_;
|
|
|
| - // The delegate for this cycle, must never be NULL.
|
| + // The delegate for this cycle, must never be null.
|
| Delegate* const delegate_;
|
|
|
| // Our controller for various status and error counters.
|
|
|