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

Unified Diff: components/sync/engine_impl/commit_contributor.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/commit_contributor.h
diff --git a/components/sync/engine_impl/commit_contributor.h b/components/sync/engine_impl/commit_contributor.h
index 503acfe6fdd3cbb9b919f082d99b85e5d9428c61..86ab917e36cc6a56bd88098d9dc43de21a34a3f7 100644
--- a/components/sync/engine_impl/commit_contributor.h
+++ b/components/sync/engine_impl/commit_contributor.h
@@ -27,7 +27,7 @@ class CommitContributor {
virtual ~CommitContributor() = 0;
// Gathers up to |max_entries| unsynced items from this contributor into a
- // CommitContribution. Returns NULL when the contributor has nothing to
+ // CommitContribution. Returns null when the contributor has nothing to
// contribute.
virtual std::unique_ptr<CommitContribution> GetContribution(
size_t max_entries) = 0;
« no previous file with comments | « components/sync/engine_impl/commit.cc ('k') | components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698