| Index: components/sync/engine/attachments/attachment_uploader.h
|
| diff --git a/components/sync/engine/attachments/attachment_uploader.h b/components/sync/engine/attachments/attachment_uploader.h
|
| index e5c93e567d0cc573177bd48b6ba3477cd914762b..f086c6f1c6ae628b2cce3c131599c77c9a969b04 100644
|
| --- a/components/sync/engine/attachments/attachment_uploader.h
|
| +++ b/components/sync/engine/attachments/attachment_uploader.h
|
| @@ -30,8 +30,8 @@ class AttachmentUploader {
|
| UPLOAD_UNSPECIFIED_ERROR, // An unspecified error occurred.
|
| };
|
|
|
| - typedef base::Callback<void(const UploadResult&, const AttachmentId&)>
|
| - UploadCallback;
|
| + using UploadCallback =
|
| + base::Callback<void(const UploadResult&, const AttachmentId&)>;
|
|
|
| virtual ~AttachmentUploader();
|
|
|
|
|