| Index: components/sync/core/attachments/attachment_downloader_impl.h
|
| diff --git a/components/sync/core/attachments/attachment_downloader_impl.h b/components/sync/core/attachments/attachment_downloader_impl.h
|
| index 5200c587ec18c1c63dfc60a1f0daf643a581abc4..41cdb06288384c22cffaba3b25953e8201862946 100644
|
| --- a/components/sync/core/attachments/attachment_downloader_impl.h
|
| +++ b/components/sync/core/attachments/attachment_downloader_impl.h
|
| @@ -104,8 +104,8 @@ class AttachmentDownloaderImpl : public AttachmentDownloader,
|
| // Return true if a crc32c was found and useable for checking data integrity.
|
| // "Usable" means headers are present, there is "x-goog-hash" header with
|
| // "crc32c" hash in it, this hash is correctly base64 encoded 32 bit integer.
|
| - SYNC_EXPORT static bool ExtractCrc32c(const net::HttpResponseHeaders* headers,
|
| - uint32_t* crc32c);
|
| + static bool ExtractCrc32c(const net::HttpResponseHeaders* headers,
|
| + uint32_t* crc32c);
|
|
|
| GURL sync_service_url_;
|
| scoped_refptr<net::URLRequestContextGetter> url_request_context_getter_;
|
|
|