| Index: sync/internal_api/public/attachments/attachment_downloader_impl.h
|
| diff --git a/sync/internal_api/public/attachments/attachment_downloader_impl.h b/sync/internal_api/public/attachments/attachment_downloader_impl.h
|
| index 83bb77eeb751f198d5480257e000ad1458f9d014..a4db5c62b2680356b37a64ba97a8a1a94ca7ed88 100644
|
| --- a/sync/internal_api/public/attachments/attachment_downloader_impl.h
|
| +++ b/sync/internal_api/public/attachments/attachment_downloader_impl.h
|
| @@ -79,7 +79,8 @@ class AttachmentDownloaderImpl : public AttachmentDownloader,
|
|
|
| struct DownloadState;
|
| typedef std::string AttachmentUrl;
|
| - typedef base::ScopedPtrHashMap<AttachmentUrl, DownloadState> StateMap;
|
| + typedef base::ScopedPtrHashMap<AttachmentUrl, scoped_ptr<DownloadState>>
|
| + StateMap;
|
| typedef std::vector<DownloadState*> StateList;
|
|
|
| scoped_ptr<net::URLFetcher> CreateFetcher(const AttachmentUrl& url,
|
|
|