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

Unified Diff: components/sync/model_impl/attachments/attachment_service_impl.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/model_impl/attachments/attachment_service_impl.h
diff --git a/components/sync/model_impl/attachments/attachment_service_impl.h b/components/sync/model_impl/attachments/attachment_service_impl.h
index bacc3557b6774b23c1eea38b777cd740ad78f76e..1db20e93b4d059a6e5a6444b2fd1e059de8e02e6 100644
--- a/components/sync/model_impl/attachments/attachment_service_impl.h
+++ b/components/sync/model_impl/attachments/attachment_service_impl.h
@@ -40,7 +40,7 @@ class AttachmentServiceImpl
// GetOrDownloadAttachments.
//
// |delegate| is optional delegate for AttachmentService to notify about
- // asynchronous events (AttachmentUploaded). Pass NULL if delegate is not
+ // asynchronous events (AttachmentUploaded). Pass null if delegate is not
// provided. AttachmentService doesn't take ownership of delegate, the pointer
// must be valid throughout AttachmentService lifetime.
//
« no previous file with comments | « components/sync/model/syncable_service.h ('k') | components/sync/model_impl/attachments/attachment_service_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698