| Index: components/sync/engine_impl/attachments/attachment_downloader_impl_unittest.cc
|
| diff --git a/components/sync/engine_impl/attachments/attachment_downloader_impl_unittest.cc b/components/sync/engine_impl/attachments/attachment_downloader_impl_unittest.cc
|
| index 321ed40ecf89b3df67a9f5565d21f0b0f27092f1..5c8013067b7da9054cef784c265dbccb04d5cc15 100644
|
| --- a/components/sync/engine_impl/attachments/attachment_downloader_impl_unittest.cc
|
| +++ b/components/sync/engine_impl/attachments/attachment_downloader_impl_unittest.cc
|
| @@ -144,8 +144,8 @@ OAuth2TokenService* TokenServiceProvider::GetTokenService() {
|
|
|
| class AttachmentDownloaderImplTest : public testing::Test {
|
| protected:
|
| - typedef std::map<AttachmentId, AttachmentDownloader::DownloadResult>
|
| - ResultsMap;
|
| + using ResultsMap =
|
| + std::map<AttachmentId, AttachmentDownloader::DownloadResult>;
|
|
|
| enum HashHeaderType {
|
| HASH_HEADER_NONE,
|
|
|