Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(812)

Unified Diff: components/sync/core/attachments/attachment_downloader_impl.h

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « components/sync/core/attachments/attachment_downloader.h ('k') | components/sync/core/attachments/attachment_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698