| 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;
|
|
|
|
|