| 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.
|
| //
|
|
|