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