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

Unified Diff: components/sync/engine/attachments/attachment_downloader.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/attachments/attachment_downloader.h
diff --git a/components/sync/engine/attachments/attachment_downloader.h b/components/sync/engine/attachments/attachment_downloader.h
index 24d5318d79bbcb07e2f3ad2c8b38a95015d4f706..80e82a418b74b667893b90198609fca3bec58c4c 100644
--- a/components/sync/engine/attachments/attachment_downloader.h
+++ b/components/sync/engine/attachments/attachment_downloader.h
@@ -40,7 +40,7 @@ class AttachmentDownloader {
// done.
//
// |callback| will receive a DownloadResult code and an Attachment object. If
- // DownloadResult is not DOWNLOAD_SUCCESS then attachment pointer is NULL.
+ // DownloadResult is not DOWNLOAD_SUCCESS then attachment pointer is null.
virtual void DownloadAttachment(const AttachmentId& attachment_id,
const DownloadCallback& callback) = 0;

Powered by Google App Engine
This is Rietveld 408576698