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

Unified Diff: components/sync/engine_impl/directory_commit_contribution.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/directory_commit_contribution.h
diff --git a/components/sync/engine_impl/directory_commit_contribution.h b/components/sync/engine_impl/directory_commit_contribution.h
index 9d9a177e680be7cc870272a9b653d572d6611500..c8eb3098f83600a992318233a1a7d38c506455a4 100644
--- a/components/sync/engine_impl/directory_commit_contribution.h
+++ b/components/sync/engine_impl/directory_commit_contribution.h
@@ -42,7 +42,7 @@ class DirectoryCommitContribution : public CommitContribution {
// Build a CommitContribution from the IS_UNSYNCED items in |dir| with the
// given |type|. The contribution will include at most |max_items| entries.
//
- // This function may return NULL if this type has no items ready for and
+ // This function may return null if this type has no items ready for and
// requiring commit. This function may make model neutral changes to the
// directory.
static std::unique_ptr<DirectoryCommitContribution> Build(
« no previous file with comments | « components/sync/engine_impl/cycle/sync_cycle.h ('k') | components/sync/engine_impl/directory_update_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698