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

Unified Diff: components/sync/engine_impl/cycle/sync_cycle.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/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.

Powered by Google App Engine
This is Rietveld 408576698