| 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 80e82a418b74b667893b90198609fca3bec58c4c..71b61c6371f2fad2ad160e8e034a5958aaeb0794 100644
|
| --- a/components/sync/engine/attachments/attachment_downloader.h
|
| +++ b/components/sync/engine/attachments/attachment_downloader.h
|
| @@ -30,9 +30,8 @@ class AttachmentDownloader {
|
| DOWNLOAD_UNSPECIFIED_ERROR, // An unspecified error occurred.
|
| };
|
|
|
| - typedef base::Callback<void(const DownloadResult&,
|
| - std::unique_ptr<Attachment>)>
|
| - DownloadCallback;
|
| + using DownloadCallback =
|
| + base::Callback<void(const DownloadResult&, std::unique_ptr<Attachment>)>;
|
|
|
| virtual ~AttachmentDownloader();
|
|
|
|
|