| Index: components/sync/model/attachments/attachment_service.h
|
| diff --git a/components/sync/model/attachments/attachment_service.h b/components/sync/model/attachments/attachment_service.h
|
| index a698101570fabfca87748d64c2d760cf154fb505..25845bab13b1af202c9961d4e39948de252d1f38 100644
|
| --- a/components/sync/model/attachments/attachment_service.h
|
| +++ b/components/sync/model/attachments/attachment_service.h
|
| @@ -33,9 +33,9 @@ class AttachmentService {
|
| GET_UNSPECIFIED_ERROR, // An unspecified error occurred.
|
| };
|
|
|
| - typedef base::Callback<void(const GetOrDownloadResult&,
|
| - std::unique_ptr<AttachmentMap> attachments)>
|
| - GetOrDownloadCallback;
|
| + using GetOrDownloadCallback =
|
| + base::Callback<void(const GetOrDownloadResult&,
|
| + std::unique_ptr<AttachmentMap> attachments)>;
|
|
|
| // An interface that embedder code implements to be notified about different
|
| // events that originate from AttachmentService.
|
|
|