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 4e68f272e8db9c33a6dd0e428fabaa4638647989..83bb77eeb751f198d5480257e000ad1458f9d014 100644 |
--- a/sync/internal_api/public/attachments/attachment_downloader_impl.h |
+++ b/sync/internal_api/public/attachments/attachment_downloader_impl.h |
@@ -88,8 +88,7 @@ class AttachmentDownloaderImpl : public AttachmentDownloader, |
void ReportResult( |
const DownloadState& download_state, |
const DownloadResult& result, |
- const scoped_refptr<base::RefCountedString>& attachment_data, |
- uint32_t attachment_crc32c); |
+ const scoped_refptr<base::RefCountedString>& attachment_data); |
// Extract the crc32c from an X-Goog-Hash header in |headers|. |
// |